denyUsersInLobby

abstract suspend fun denyUsersInLobby(roomId: String, userIds: List<String>): RainbowResult<Unit>

Deny a list of participants that are waiting in the lobby of a Room.

Return

RainbowResult callback (onSuccess, onError)

Parameters

roomId

String The room id

userIds

list The list of user Ids