public static interface Session.MuteListener
Modifier and Type | Method and Description |
---|---|
void |
onMuteForced(Session session,
MuteForcedInfo info)
Invoked when a moderator has forced clients publishing streams to
the session to mute audio.
|
void onMuteForced(Session session, MuteForcedInfo info)
session
- The session in which the force mute request was sent.info
- For use in future versions. In this version,
ignore this parameter.