muteAllParticipants

abstract fun muteAllParticipants(room: IRainbowRoom?, mute: Boolean, listener: RainbowListener<Unit, ConferenceRepository.ConferenceOptionsError>? = null)

mute / unmute all participants of the conference

Parameters

room

IRainbowRoom (bubble) associated to the conference

mute

boolean true to mute all participants, false to unmute

listener

RainbowListenerConferenceOptionsError> callback (onSuccess, onError)