Skip to content

Implement "rooms" #9

@susliko

Description

@susliko

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions