v0.2.0
What's Changed
- Add logo by @mickel8 in #70
- Add support for TWCC feedbacks by @LVala in #63
- Allow
MediaStreamTrack.t()
as a parameter tosend_rtp/3
by @srcrip in #72 - Fix invalid order of return values from `TWCCRecorder.get_feedback/1 by @LVala in #73
- Move functions modyfing
RTPSender
out ofPeerConnection
by @LVala in #75 - adding rtcp processing example by @themusicman in #76
- Add support for RTCP Receiver Reports by @LVala in #77
- Add support for RTCP Sender Reports by @LVala in #78
- Update bidirectional connection example in the transceiver guide by @mickel8 in #79
- Fix SDPUtils.get_dtls_role/1. Handle multiple Group attributes. by @mickel8 in #82
- Allow for setting custom controlling process by @mickel8 in #84
- Add local/remote ICE candidates to current/pending description. by @LVala in #83
- Fix get_all_running/0 test by @mickel8 in #85
- Fix
TWCCRecorder
base timestamp evaluation bug by @LVala in #86 - Sending RTCP Reports by @LVala in #81
- Use normalized comparison in PeerConnection.Configuration.supported_codec?/2 by @clone1018 in #87
- Fix issue with not-updating RTP header extensions on remote description by @LVala in #89
- Allow
add_ice_candidate
whencurrent_remote_description
is not set by @LVala in #92 - Improve CI by @LVala in #91
- Generate NACKs and handle incoming RTX packets by @LVala in #90
- Handle incoming data before receiving an answer by @LVala in #95
- Add ice_gathering_state_change event by @mickel8 in #96
- Change controlling process spec to
Process.dest()
by @LVala in #97 - Add WHEP from file example by @clone1018 in #88
- Add
send_pli
function by @LVala in #99 - Allow to pass GenServer opts to the PeerConnection by @mickel8 in #98
- Add outbound RTX by @LVala in #101
- Adjustments for BUNDLE group. Update ex_ice. by @mickel8 in #102
- Update
README.md
by @LVala in #103 - Improve the structs in the API, add docs by @LVala in #104
- Accept padding packets in VP8 depayloader by @mickel8 in #106
- Release
0.2.0
by @LVala in #105
New Contributors
- @srcrip made their first contribution in #72
- @themusicman made their first contribution in #76
- @clone1018 made their first contribution in #87
Full Changelog: v0.1.0...v0.2.0