Hello ShepHertz Staff
I have three type of multiplayer game which are "Easy,Medium,Hard". When a user authonticated 3 button appears representing 3 type of game. When a user click one of them, he/she will make a quick match with someone who also clicked same type of game. Now, when button clicked, should I create a room or join the room? or What is the code required?
public void RoomTypeEasyBtnClick()
{
//Code required here?
}
if function calls the api "joinRoomWithProperties" who will create the room?