str0m 0.18.0

WebRTC library in Sans-IO style
Documentation
1
2
3
4
5
6
7
mod cluster;
mod control;
mod estimator;

pub use cluster::{ProbeClusterConfig, ProbeClusterState, ProbeKind};
pub use control::{BandwidthLimitedCause, ProbeControl};
pub use estimator::ProbeEstimator;