Photon Fusion : list of rooms created ?

DoubleA
✭
Hi,
I was wondering if there was a way in Fusion to have a list of the rooms already created, and have access to their name.
I was wondering if there was a way in Fusion to have a list of the rooms already created, and have access to their name.
0
Comments
-
Hi @DoubleA.
Thank you for choosing Photon!
Currently you can only create a Room and join it by Name.
Here is the snippet if you have the room name:_runner.StartGame(new StartGameArgs() {GameMode = mode, SessionName = roomName, ObjectPool = _pool});
We will expose eventually a kind of Room listing with filters and Random Join based on params.
0