I want to create three different rooms as follows: Room 1: All players want to play 10 coins match Room 2: All players want to play 50 coins match Room 3: All players want to play 100 coins match
Now, if a player presses the match with 10 coins, only those players can join the room with different players (it's a 2 player match) not the all players pressed 50 coins or 100 coin match.
Please let me know how I do this as the code:
Bundle autoMatchCriteria = RoomConfig.createAutoMatchCriteria(1, 1, role);
Only sends the role to other players but all players can join the room, either presses the 10, 50 or 100 coin match.