I think it would be cool if I can set the player index as a parameter to the joinRoom() function so the player index can be ready when somebody receives userJoined event in a game room.
I want to make the player be able to choose his position, so I need this feature, otherwise I`ll rely on uservariables or other work arrounds which isn't clean and robust as if it was possible to set the player index initially.
is it possible?