Click or drag to resize

SFSRoom Methods

The SFSRoom type exposes the following members.

Methods
  NameDescription
Public methodContainsUser
Indicates whether the specified user is currently inside this Room or not.
Public methodContainsVariable
Indicates whether this Room has the specified Room Variable set or not.
Public methodGetUserById
Retrieves a User object from its id property.
Public methodGetUserByName
Retrieves a User object from its name property.
Public methodGetVariable
Retrieves a Room Variable from its name.
Public methodGetVariables
Retrieves all the Room Variables of this Room.
Public methodToString
Returns a string that contains the Room id, name and id of the Group to which it belongs.
(Overrides ObjectToString.)
Top
See Also