Skip to content

v0.1.0

Compare
Choose a tag to compare
@rainliu rainliu released this 26 Sep 06:20

This release contains implementation of major WebRTC stack protocols:

  • SDP
  • mDNS
  • STUN
  • TURN
  • ICE
  • DTLS
  • RTP
  • RTCP
  • SRTP
  • SCTP
  • DataChannel API
  • Media API
  • PeerConnection API

Examples provide code samples to show how to use webrtc-rs to build media and data channel applications.