RTCPPacket.byeAddSsrc

bool byeAddSsrc(uint ssrc)

Add ssrc to the BYE packet.

Parameters

ssrcan SSRC to add

Returns

true if the ssrc was 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.