I want to create a mulitiplayer quiz app where 2 players play inside a room. The room should be created on Player1s request to create a room.
I tried using 'join room api' initially so that the call back will notify there is no rooms available and on the call back, i called 'Create Room API'. Also I added ZoneRequestListner and got a sucessful callback on 'OnConnectDone'. But i am unable to create a room where the opponent can join. How can i create such a dynamic room.
Please provide any sample code for creating such dynamic rooms.
Thanks