Closed
Bug 1067386
Opened 11 years ago
Closed 11 years ago
[Rooms] POST /room-url should create a new room
Categories
(Hello (Loop) :: Server, defect)
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
accepts
* roomName - The room-owner-assigned name used to identify this room.
* expiresIn - The number of hours for which the room will exist.
* 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.
returns
* roomToken - The token used to identify this room.
* roomUrl - A URL that can be given to other users to allow them to join the room.
* expiresAt - The date after which the room will no longer be valid (in seconds since the Unix epoch).
Alternative route: POST /rooms
| Reporter | ||
Updated•11 years ago
|
Summary: POST /room-url should create a new room → [Rooms] POST /room-url should create a new room
Comment 1•11 years ago
|
||
if we have one bug per API, maybe we can create a meta-bug e.g. "Server Room implementation" that depends on all of them ?
| Reporter | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
QA Contact: rpappalardo
You need to log in
before you can comment on or make changes to this bug.
Description
•