Package com.opentok.android
Interface Session.MuteListener
- Enclosing class:
Session
public static interface Session.MuteListener
Monitors when a moderator mutes streams in the session or disables the mute state
in the session.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMuteForced(Session session, MuteForcedInfo info) Invoked when a moderator mutes streams in the session or disables the mute state in the session.
-
Method Details
-
onMuteForced
Invoked when a moderator mutes streams in the session or disables the mute state in the session.- Parameters:
session- The session in which the moderator muted streams or disabled the mute state.info- Call thegetActivemethod of this object to determine if the moderator has muted streams in the session (true) or disabled the mute state in the session (false).- See Also:
-