Short question: how can I get the list of existing rooms while staying in a room?
Long explanation:
I am developing a game for a client and I have a problem.
In short in the game I can see all the existing rooms from the menu and I can enter one of them (to view the existing rooms I join a lobby and use OnRoomListUpdate ()). Entering the room I would like to see the existing rooms again to change room, but I cannot enter a room and stay in the lobby at the same time, and therefore I cannot get the list of available rooms with OnRoomListUpdate ().
I have been working with Unity and PUN for years, but I can't find an elegant solution to this problem.
I use PUN 2 and Unity 2021 LTS.
Thanks for the support!