RTCPPacket.sdesAddItem

Add a new SDES item for ssrc to packet.

class RTCPPacket
bool
sdesAddItem
(
uint ssrc
)

Parameters

ssrc uint

the SSRC of the new item to add

Return Value

Type: bool

true if the item could be added, false if the maximum amount of items has been exceeded for the SDES packet or the MTU has been reached.