-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
serverServerServer
Description
We're going to have a "room" entity in our app. This is a place with unique identifier, which can be joined to use video-chat capabilities.
We need REST operations to create/join rooms:
POST /room/create
- receives: nothing (?)
- responds: unique room identifier
POST /room/join
- receives: nothing (?)
- responds: (?)
Should we think about unused rooms cleanup? What overhead does an existing room have?
Metadata
Metadata
Assignees
Labels
serverServerServer