Closed Bug 1067392 Opened 10 years ago Closed 10 years ago

[Rooms] GET /rooms/{id}

Categories

(Hello (Loop) :: Server, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: alexis+bugs, Unassigned)

References

Details

(Whiteboard: [qa+])

https://wiki.mozilla.org/Loop/Architecture/Rooms#Loop_Server_API_Additions Retrieves information about a room. * roomName - The room-owner-assigned name used to identify this room. * roomOwner - The user-friendly display name indicating the name of the room's 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". * urlCreationDate - 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. * 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.
Whiteboard: [qa+]
Blocks: 1067971
We have a beginning here: https://github.com/mozilla-services/loop-server/commit/3b4c4f94b2e4404a151cac4c733acfc59cf01b96 Still need to handle the participant list and the clientMaxSize.
Status: NEW → ASSIGNED
QA Contact: rhubscher
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.