Enclosing class:
: PublisherKit
public static interface PublisherKit.MuteListener
Monitors when a moderator has forced this publisher to mute audio.
See Also:
: - PublisherKit.setMuteListener(MuteListener listener)
- Session.forceMuteAll(Iterable)
- Session.forceMuteStream(Stream stream)
- Muting the audio
of streams in a session
Method Summary
All MethodsInstance MethodsAbstract Methods
Modifier and Type
Method
Description
void
onMuteForced(PublisherKit publisher)
Invoked when a moderator has forced this publisher to mute audio.
Method Details
onMuteForced
void onMuteForced(PublisherKit publisher)
Invoked when a moderator has forced this publisher to mute audio.
Parameters:
: publisher - The publisher.