|
Class Summary |
| Room |
The Room object is responsible for grouping logged users together allowing them to interact with each other
and providing high level services such as Room Variables, user count updates, public and private messaging and a lot more. |
| RoomVariable |
The RoomVariable object stores the properties of each Room Variables of a Room object. |
| User |
User Class |
| UserVariable |
The UserVariable object holds custom user data which is auto-updated between all clients in the same room(s). |
| Zone |
Zone Class: A Zone represents an "application" running in the server. |