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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMuteForced(PublisherKit publisher)
Invoked when a moderator has forced this publisher to mute audio.
-
-
-
Method Detail
-
onMuteForced
void onMuteForced(PublisherKit publisher)
Invoked when a moderator has forced this publisher to mute audio.- Parameters:
publisher
- The publisher.
-
-