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

type MuteStateController = TransitableStateController<Stable, Transition>;

Implementations

impl MuteStateController[src]

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

Indicates whether TransitableStateController’s mute state is in mute_state::Stable::Muted.

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

Indicates whether TransitableStateController’s mute state is in mute_state::Stable::Unmuted.