|
Room Variables |
Top Previous Next |
|
Room Variables are name/value pairs stored on the server and scoped to a room. These variables are seen by users in that room and are accessible by server extensions. Room variables can be created during the room creation process, by users in the room, or by server extensions. The value of a room variable is an EsObject.
When a user joins a room that user specifies if they want to receive Room Variable Update Events. The default is to receive these events. All users that have indicated they want to receive these events are given the list of room variables when they enter and receive events when a room variable is added, updated, or deleted. |