lockConference

abstract suspend fun lockConference(room: IRainbowRoom, newLockState: Boolean): RainbowResult<Unit>

Let you lock/unlock a conference so that no other participant can join it

Return

RainbowResult callback (onSuccess, onError)

Parameters

room

IRainbowRoom the bubble where the associated conference should be locked

newLockState

Boolean the lock state: true = locked