Loop/Architecture/Rooms: Difference between revisions

Jump to navigation Jump to search
Line 286: Line 286:
     "clientMaxSize": 2,
     "clientMaxSize": 2,
     "creationTime": 1405517546,
     "creationTime": 1405517546,
    "ctime": 1405517824,
     "expiresAt": 1405534180,
     "expiresAt": 1405534180,
     "participants": [
     "participants": [
Line 302: Line 303:
* '''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]].
* '''ctime''' - Similar in spirit to the Unix filesystem "ctime" (change time) attribute. The time, in seconds since the Unix epoch, that any of the following happened to the room:
** The room was created
** The owner modified its attributes with "PATCH /rooms/{token}"
** A user joined the room
** A user left the room


=== POST /rooms/{token} ===
=== POST /rooms/{token} ===
Confirmed users
632

edits

Navigation menu