rtc-interceptor 0.21.0-alpha.2

RTC Interceptor in Rust
Documentation
1
2
3
4
5
//! FlexFEC draft-03 — the format browsers negotiate as `video/flexfec-03`.
pub(crate) mod decoder;
pub(crate) mod encoder;
pub(crate) mod receiver;
pub(crate) mod sender;