muteAllParticipants

abstract fun muteAllParticipants(room: Room, mute: Boolean, listener: IConferenceProxy.IToggleMuteStateParticipantListener?)

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)