Anybody know why? Certainly i can still get the user list of the room by creating a global room variable to save the current user list. But is there any official api in as3 to do that?
This issue was fixed in the last release, so you are probably still seeing a cached version. We just tested it again and everything works fine.
Make sure you recompile your application and clear the browser's cache.
Additional note: the client must join the room in order to be able to retrieve its users list.
Hi. If you really need to get the whole userlist of a room, you could create an extension and attach it to the lobby that would send the userlist of a specific room when asked by the client. NOTE: If you want to see the userlist of all the rooms in the lobby , well... thats not advisable, as it consumes lots of bandwith.
jamalsoueidan wrote:This is not good reason, you should be able to see the userList even if you are outside the room.
I have the same issue now, and I don't know how to fix it?
Create a room variable to save the userlist and set it to global (on serverside only). When a user enter or exit the room, you must update that variable. So you can see the userlist even if you are outside the room