Closed
Bug 1067400
Opened 10 years ago
Closed 10 years ago
[Rooms] GET /rooms
Categories
(Hello (Loop) :: Server, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: alexis+bugs, Unassigned)
References
Details
(Whiteboard: [qa+])
Returns a list of rooms for the current user.
GET /rooms
* roomToken - The token that uniquely identifies this room
* roomName - The room-owner-assigned name used to identify this room
* 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".
* currSize - The number of users currently in the 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 "PUT /room-url/{token}"
- A user joined the room
- A user left the room
Updated•10 years ago
|
Whiteboard: [qa+]
Reporter | ||
Comment 1•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•