lockConference

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

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

Parameters

room

IRainbowRoom the bubble where the associated conference should be locked

newLockState

Boolean the lock state: true = locked

listener

RainbowListener callback (onSuccess, onError)