mute All Participants
abstract fun muteAllParticipants(room: Room, mute: Boolean, listener: IConferenceProxy.IToggleMuteStateParticipantListener?)
Content copied to clipboard
mute / unmute all participants of the conference
Parameters
room
@object:Room room (bubble) associated to the conference given
mute
boolean if mute is true, then all is muted else all is unmuted.
listener
IToggleMuteStateParticipantListener callback (onToggleMuteStateParticipantSuccess, onToggleMuteStateParticipantFailed)