webrtc-rs v0.5.0 (github.com/webrtc-rs/webr…)
This release contains numerous improvements, bugs fixes, and changes to make webrtc-rs more compliant with the WebRTC specification.
Changelog: github.com/webrtc-rs/webr…
Thanks to all contributors who helped make this release happen 🎉
A pure Rust implementation of WebRTC stack
Joined January 2021
- SCTP has been actively refactored in git repo branch proto: *sctp-proto: Deterministic state machine of the protocol which performs no I/O, aka Sans-I/O, internally. v0.1.1 is just released (docs.rs/sctp-proto/lat…) *sctp-async: High-level async API based on tokio. (under dev)
- webrtc.rs v0.3.0 (github.com/webrtc-rs/webr…) is just released: * fix reference cycle caused memory leak * [RTCP] add eXtended Report (XR) support * [Interceptor] add TWCC support * [RTP] add H.265 codec support * [ICE] add UDPMux support (by @k0nserv)
- webrtc v0.2.0 (github.com/webrtc-rs/webr…) is just released with the following features/enhancements: * support RTCP NACK/SR/RR * support H.264/VP9 * use explicit error enum in Result<V, E> instead of anyhow::Result<V> (contributed by @algstn)
- webrtc-rs v0.1.0 interop echo test results with other webrtc implementations on 9/26/2021 (source: github.com/sipsorcery/web…)

