acceptUsersInLobby

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

Accept 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