rtc 0.9.0

Sans-I/O WebRTC implementation in Rust
Documentation
1
2
3
4
//! RTP stream statistics accumulators for inbound and outbound streams.

pub mod inbound;
pub mod outbound;