RTCPPacket.byeAddSsrcs

bool byeAddSsrcs(uint[] ssrc)

Adds len SSRCs in ssrc to BYE packet.

Parameters

ssrcan array of SSRCs to add

Returns

true if the all the SSRCs were added. This function can return false if

the max MTU is exceeded or the number of sources blocks is greater than #GST_RTCP_MAX_BYE_SSRC_COUNT.