Download Latest Version v0.16.1 source code.tar.gz (6.2 MB)
Email in envelope

Get an email when there's a new version of Elixir WebRTC

Home / v0.14.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-05-29 1.1 kB
v0.14.0 source code.tar.gz 2025-05-29 6.2 MB
v0.14.0 source code.zip 2025-05-29 6.3 MB
Totals: 3 Items   12.5 MB 0
  • [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: https://github.com/elixir-webrtc/ex_webrtc/compare/v0.13.0...v0.14.0

Source: README.md, updated 2025-05-29