When I create a dynamic room and then join that room using WarpClient.GetInstance().JoinRoom(roomId), I got an event handleUserJoinRequest() on the server and everything is working fine
When I create a static room using the web interface then join that room using WarpClient.GetInstance().JoinRoom(roomId), on the client side I got onJoinRoomDone with the SUCCESS status, but on the server side, the handleUserJoinRequest() never get triggered.
Please tell me what's wrong, how do I join the static room
Thanks.