v0.8.0
[BREAKING] PeerConnection now compares FMTP when negotiating codecs. If sdp_fmtp_line
in RTPCodecParameters
is nil
, FMTP comparision always passes.
MID RTP header extension is no longer required - see d74a937
What's Changed
- Use track id in get_stats by @roznawsk in #176
- Improve RTPCodecParameters docs by @mickel8 in #178
- Handle ICE candidates with missing
usernameFragment
by @samrat in #181 - Add PeerConneciton.set_packet_loss by @mickel8 in #182
- Track recordings by @sgfn in #180
- Don't forward user's RTP header extensions in
send_rtp/4
by @mickel8 in #184 - Add ssrc attributes to the SDP by @mickel8 in #185
- Fix RC in data_channel_test.exs by @mickel8 in #189
- Hide generate_data_mline function by @mickel8 in #188
- Pass all codecs instead of selected one to the rtp_receiver and rtp_sender by @mickel8 in #187
- Add set_sender_codec by @mickel8 in #190
New Contributors
Full Changelog: v0.7.0...v0.8.0