68
edits
(Add the DELETE /rooms endpoint) |
|||
Line 270: | Line 270: | ||
Host: localhost:5000 | Host: localhost:5000 | ||
{" | {"roomsToken": ["_nxD4V4FflQ", "_xaB2Z5GdTV"]} | ||
Line 279: | Line 279: | ||
''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'' | ||
=== GET /rooms/{token} === | === GET /rooms/{token} === |
edits