listUsers()
Returns an array of the current users inside the room.
Sample use case: You want to have a list of the current users participating in the room.
Look at the usersUpdated event if you want to subscribe to an always up-to-date array of the users inside the room.
Last updated