Skip to main content

Module model

Module model 

Source
Expand description

pure routed topology plus the RTP models used at its boundary

Re-exportsยง

pub use self::error::RouterError;
pub use self::ids::ConnectionId;
pub use self::ids::ConsumerId;
pub use self::ids::MediaWorkerId;
pub use self::ids::ProducerId;
pub use self::ids::RouterId;
pub use self::rtp::CodecSetting;
pub use self::rtp::HeaderExtension;
pub use self::rtp::HeaderExtensionUri;
pub use self::rtp::MediaCapabilities;
pub use self::rtp::MediaCodec;
pub use self::rtp::MediaCodecCapability;
pub use self::rtp::MediaFormat;
pub use self::rtp::MediaStream;
pub use self::rtp::RtcpFeedback;
pub use self::rtp::RtcpFeedbackKind;
pub use self::topology::Router;

Modulesยง

error ๐Ÿ”’
ids ๐Ÿ”’
rtp ๐Ÿ”’
Router-native RTP model for the transport edge.
rtp_negotiation ๐Ÿ”’
RTP capability matching between producers, routers, and consumers.
topology ๐Ÿ”’
Room-local routed topology and media placement lifetimes.

Structsยง

PayloadType
7-bit RTP payload type value usable in RTP/RTCP muxed sessions

Enumsยง

MediaKind
Technical media kind shared by RTP, SDP, and signaling metadata.