RTCPPacket.addProfileSpecificExt
bool addProfileSpecificExt(ubyte[] data)Add profile-specific extension data to packet. If packet already contains profile-specific extension data will be appended to the existing extension.
Parameters
data | profile-specific data |
Returns
true if the profile specific extension data was added.