Hey, I'm new to colyseus I need to send one data before creating/ joining of room. So can I send data in URL in ws:/localhost:5500/ws?name=${player.fileName} this way. And how can I access this data in the client code after sending it to the server?
Hey, I'm new to colyseus I need to send one data before creating/ joining of room. So can I send data in URL in ws:/localhost:5500/ws?name=${player.fileName} this way. And how can I access this data in the client code after sending it to the server?