Type Definition medea_jason::peer::MediaExchangeStateController[][src]

type MediaExchangeStateController = TransitableStateController<Stable, Transition>;

Implementations

impl MediaExchangeStateController[src]

#[must_use]pub fn disabled(&self) -> bool[src]

Indicates whether TransitableStateController’s media exchange state is in media_exchange_state::Stable::Disabled.

#[must_use]pub fn enabled(&self) -> bool[src]

Indicates whether TransitableStateController’s media exchange state is in media_exchange_state::Stable::Enabled.