Crate medea_turn

Source
Expand description

§medea-turn

crates.io Rust 1.81+ Unsafe Forbidden
CI Rust docs

Changelog

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§

AllocationInfo
Information about an allocation.
FiveTuple
5-tuple uniquely identifying a UDP/TCP session.
Server
Instance of a STUN/TURN server.
ServerConfig
Configuration of a Server.

Enums§

Error
Possible errors of a STUN/TURN Server.

Traits§

AuthHandler
Authentication handler.