A pure Rust implementation of WebRTC API. Rewrite Pion WebRTC stack (http://Pion.ly) in Rust
- SDP:
- sync up to pion/sdp/v2.4.0
- RTP
- sync up to pion/rtp/v1.6.1
- RTCP
- sync up to pion/rtcp/v1.2.4
- SRTP
- sync up to pion/srtp/v1.5.2
- DTLS
- work in progress
- catch up pion/dtls/v2.0.0
- ICE
- PeerConnection
- STUN
- TURN
- SCTP
- DataChannel
- SIP
- QUIC
- ...