Package com.opentok.android
Interface PublisherKit.MuteListener
- 
- Enclosing class:
 - PublisherKit
 
public static interface PublisherKit.MuteListenerMonitors when a moderator has forced this publisher to mute audio. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonMuteForced(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.
 
 - 
 
 -