Page 1 of 1

Problem Joining Room

Posted: 26 Sep 2010, 18:58
by thinknewdev
I am creating an app where I am connected and then game rooms are created. But after I create all of the rooms, then I can't join any. I don't get onJoinRoomError or anything

Is there only after certain events that I can join a room. If so how can I manually force that even to fire so I can proceed to join the room?


Thanks!

Posted: 27 Sep 2010, 06:17
by Lapo
There's no know with joining rooms. You just need to call the JoinRoom method after having logged in and obtained the initial room list.
My best advice would be to take a look at the Android examples provided. They are very simple and provide exactly what you're looking for.
Also take a look at the accompanying javadoc.

Posted: 29 Sep 2010, 05:45
by thinknewdev
Thanks for that. I found the issue and now it works.