getActiveRoomId()
Availability:
SmartFoxServer Lite / Basic / Pro
Usage:
smartFox.getActiveRoomId()
Description:
The handler returns the id of the last room the user has entered.Parameters:
none |
Returns:
Returns the id of the last room the user has entered.
Example:
put("CurrentRoom ID is : " & smartfox.getActiveRoomId())
See also:
getRoom()