Enum opentok_server::MediaMode [−][src]
pub enum MediaMode {
Relayed,
Routed,
}
Expand description
Determines whether a session will transmit streams using the OpenTok Media Router or not.
Variants
Relayed
The session will try to transmit streams directly between clients.
Routed
The session will transmit streams using the OpenTok Media Router.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MediaMode
impl UnwindSafe for MediaMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more