- [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 inRTPTransceiver
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
- Fix retriving ice-lite attribute by @OctopusRage in #217
- Add support for receiving DTMF tones by @mickel8 in #215
New Contributors
- @OctopusRage made their first contribution in #217
Full Changelog: v0.13.0...v0.14.0