Package com.opentok.android
Interface PublisherKit.MuteListener
- Enclosing class:
PublisherKit
public static interface PublisherKit.MuteListener
Monitors when a moderator has forced this publisher to mute audio.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onMuteForced
(PublisherKit publisher) Invoked when a moderator has forced this publisher to mute audio.
-
Method Details
-
onMuteForced
Invoked when a moderator has forced this publisher to mute audio.- Parameters:
publisher
- The publisher.
-