msf-webrtc 0.4.0

WebRTC for Rust.
Documentation
1
2
3
4
5
6
pub use msf_ice as ice;
pub use msf_rtp as rtp;
pub use msf_srtp as srtp;

#[cfg(feature = "sdp")]
pub use msf_sdp as sdp;