Releases: webrtc-rs/webrtc
Releases · webrtc-rs/webrtc
v0.3.3
- [ICE] Fix closing connection for UDP mux (by @k0nserv)
- [RTCP] Fix TWCC unmarshal bug for empty feedbacks
- [RTCP] Fix unmarshal handling for the case of padding bit not corrected set by Firefox
v0.3.1
- fix file descriptor (socket) leak #126 (thanks to @qbx2)
v0.1.3
- add NACK/SR/RR support in interceptor registry
-- now simulcast example works like a charm.
v0.1.2
- fix sctp parsing error handling bug
v0.1.1
- update dep sctp v0.3.7 to fix incorrect handling of SACK packets, fixed by jkauffmann-legion
v0.1.0
This release contains implementation of major WebRTC stack protocols:
Examples provide code samples to show how to use webrtc-rs to build media and data channel applications.