bye_add_ssrc
Description:
public bool bye_add_ssrc (uint32 ssrc)
Add ssrc
to the BYE this.
Parameters:
this |
a valid BYE Packet
|
ssrc |
an 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 MAX_BYE_SSRC_COUNT.
|