Create a room to invite specific players

Options
Hello Again,

I want to create a room and invite some friends into it. I create a room with an id and pass that value to friends using Photon Chat who than use it to join to that room. The problem is that this created room is still open to anyone so a random join causes other players to join as well. How can I prevent this and only allow people I want to join? I thought setting "isVisible" to false should help but this time even "opJoinRoom" can't find that specific room.

Thanks,

Özden

Comments