rtc-ice 0.20.0

RTC ICE in Rust
Documentation
1
2
3
4
5
6
/// `ICE-CONTROLLING` and `ICE-CONTROLLED`, which resolve role conflicts.
pub mod control;
/// The `PRIORITY` attribute carried in connectivity checks.
pub mod priority;
/// The `USE-CANDIDATE` flag, by which the controlling agent nominates a pair.
pub mod use_candidate;