checking lobby while in session

Is it possible in anyway after starting bolt as a server and creating a session to check for the number of sessions in the lobby (via SessionListUpdated() for example) or the number of clients that are still in the lobby and didn't connect to any session yet?

Comments

  • Hello @Hawx ,

    After you enter a session, it's not possible to get any information from the Lobby as you will receive information only from within the room.

    This is the same behavior as any Photon product that uses our infrastructure to make matchmaking. You can take a look at the image on this page (https://doc.photonengine.com/en-us/bolt/current/connection-and-authentication/regions). After you join a region, and enter the Lobby, you are able to list and get information about the "Game Server or Session", but after entering a room, you can't get any lobby info.