JoinRandomRoom() without joining the room, just getting the Room Info?

Aura
Aura
Is there a way to modify JoinRandomRoom to return the Room or RoomInfo of the room it finds, without actually joining said room?

Im assuming JoinRandomRoom() looks something like:

Room found_room = AlgorithmToFindRoom();
PhotonNetwork.JoinRoom(found_room);