str0m 0.18.0

WebRTC library in Sans-IO style
Documentation
1
2
3
4
5
6
//! Application Limited Region (ALR) detector for bandwidth estimation.

mod budget;
mod detector;

pub use detector::AlrDetector;