68
edits
| Line 259: | Line 259: | ||
''Client implementation note: Before deleting a room, the client should check room membership and forceDisconnect() all current participants'' | ''Client implementation note: Before deleting a room, the client should check room membership and forceDisconnect() all current participants'' | ||
=== | === PATCH /rooms === | ||
Destroys a list of user's previously-created rooms. | Destroys a list of user's previously-created rooms. | ||
PATCH /rooms HTTP/1.1 | |||
Accept: */* | Accept: */* | ||
Accept-Encoding: gzip, deflate | Accept-Encoding: gzip, deflate | ||
| Line 270: | Line 270: | ||
Host: localhost:5000 | Host: localhost:5000 | ||
{" | {"deleteRoomTokens": ["_nxD4V4FflQ", "_xaB2Z5GdTV"]} | ||
edits