/Users/cem/Works/INFSmartFoxiPhoneLibrary/INFSmartFoxiPhoneLibrary/Classes/INFSmartFoxRoom.h

Get the list of users currently inside the room. As the returned list is an associative array with user id(s) as keys, in order to iterate it a for-in loop or a for-each loop should be used.

Returns:
A list of INFSmartFoxUser objects.
var users:Array = room.getUserList()

for (var u:String in users) trace(users[u].getName())

See also:
getUser:userId

INFSmartFoxUser

Version:
SmartFoxServer Basic / Pro

Generated on Sat Jan 24 20:20:33 2009 for InfosferSmartFoxiPhoneClient by  doxygen 1.5.8