Skip to content

v0.14.0

Latest
Compare
Choose a tag to compare
@mickel8 mickel8 released this 29 May 10:30
  • [BREAKING] - So far, RTPReceiver was always expecting to receive a single codec i.e. a single payload type. When it received RTP packet with the same SSRC but different payload type, it was forwarding this packet to the user but it was also logging this fact as a warning. Right now, RTPReceiver can receive any codec from the list of transceiver's codecs. This also means, that the meaning of the codec field in RTPTransceiver struct changed its meaning - now it is a codec whose clock rate was used to initialize RTCP report generators. To see the list of all supported (by RTPReceiver) codecs, check RTPTransceiver codecs field.

What's Changed

New Contributors

Full Changelog: v0.13.0...v0.14.0