How to see how many players are in a room (if created) by using the room name only without joining i

Options

How to see how many players are in a room (if created) by using the room name only without joining it? Thanks

Answers

  • Tobias
    Options

    You can not get the info of individual rooms while not in said room. You can use a lobby to list rooms.

    A "workaround" for this could be to use an SQL Typed Lobby and then assign a unique value to a Custom Room Property for matchmaking. Then you can ask for a list of rooms with this specific value and it happens to be a list of one, which shows the player count.

    SQL Lobbies are explained in the docs.