Expand description
§medea-turn
STUN/TURN server implementation used by Medea media server.
Majorly refactored hard fork of the webrtc-rs/turn
crate.
§License
Copyright © 2024-2025 Instrumentisto Team, https://github.com/instrumentisto
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
Re-exports§
pub use self::chandata::ChannelData;
Modules§
- attr
- STUN and TURN attributes used by a
Server
. - chandata
- TURN ChannelData Message implementation.
- relay
- Relay definitions.
- transport
- STUN/TURN transport definitions.
Structs§
- Allocation
Info - Information about an allocation.
- Five
Tuple - 5-tuple uniquely identifying a UDP/TCP session.
- Server
- Instance of a STUN/TURN server.
- Server
Config - Configuration of a
Server
.
Enums§
Traits§
- Auth
Handler - Authentication handler.