muteAllParticipants

abstract suspend fun muteAllParticipants(room: IRainbowRoom, mute: Boolean): RainbowResult<Unit>

mute / unmute all participants of the conference

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom (bubble) associated to the conference

mute

boolean true to mute all participants, false to unmute