Can I create multiple scenes by the same "client"

Options
Hi, guys, I'm trying to make a game and I have some doubts and some questions about photon in unity 3D:

1. Can I create more than 1 room in the same scene by the same "Client" or the "Scene Manager", is that because I'm trying that when the players connect to the "Server" the server make a room for they and then send this player to this room, because in mi game the Lobbies is like a house, and it need to by different rooms.

2. How can I connect to my photon server? I was try but I'd got a way to connect to the photon master server, i open the Ports too, but i don;t know if i need to configure some thing in the photon server(i set the public ip in the photon server, and the put it in photon server setting).

Comments