getUsersInLobby

abstract fun getUsersInLobby(roomId: String): List<RoomParticipant>?

Get the list of participants who are waiting in the lobby of a Room.

Return

a List<RoomParticipant> of participants waiting in the lobby

Parameters

roomId

String The room id