68
edits
| Line 253: | Line 253: | ||
"maxSize": "2", | "maxSize": "2", | ||
"clientMaxSize": "2", | "clientMaxSize": "2", | ||
" | "creationTime": 1405517546, | ||
"expiresAt": 1405534180, | "expiresAt": 1405534180, | ||
"participants": [ | "participants": [ | ||
| Line 265: | Line 265: | ||
* '''maxSize''' - The maximum number of users allowed in the room at one time (as configured by the room owner). | * '''maxSize''' - The maximum number of users allowed in the room at one time (as configured by the room owner). | ||
* '''clientMaxSize''' - The current maximum number of users allowed in the room, as constrained by the clients currently participating in the session. If no client has a supported size smaller than "maxSize", then this will be equal to "maxSize". Under no circumstances can "clientMaxSize" be larger than "maxSize". | * '''clientMaxSize''' - The current maximum number of users allowed in the room, as constrained by the clients currently participating in the session. If no client has a supported size smaller than "maxSize", then this will be equal to "maxSize". Under no circumstances can "clientMaxSize" be larger than "maxSize". | ||
* ''' | * '''creationTime''' - The time (in seconds since the Unix epoch) at which the room was created. | ||
* '''expiresAt''' - The time (in seconds since the Unix epoch) at which the room goes away. | * '''expiresAt''' - The time (in seconds since the Unix epoch) at which the room goes away. | ||
* '''participants''' - An array containing a list of the current room participants. Each participant is formatted with the same fields as described in [[#User Identification in a Room]]. | * '''participants''' - An array containing a list of the current room participants. Each participant is formatted with the same fields as described in [[#User Identification in a Room]]. | ||
edits