Loop/Architecture/Rooms: Difference between revisions

(Add the DELETE /rooms endpoint)
Line 270: Line 270:
  Host: localhost:5000
  Host: localhost:5000


  {"rooms": ["_nxD4V4FflQ", "_xaB2Z5GdTV"]}
  {"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} ===
68

edits