meeting-rs / meeting.rs

Private one to one realtime video meeting.⚡

Home Page:https://meeting.shuttleapp.rs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker image and API doc

suhan1996 opened this issue · comments

commented

To better collaborate and integrate meeting.rs to voce.chat, we would like to see an API documentation and a docker image.
APIs we'd like to see include:

  • Initialization. Calling this is equivalent to having a meeting.rs client, which can be used for event listening, such as who initiated audio and video towards me.
  • Create a room. The room number must be unique. We will use meeting.rs in the direct message (DM) settings, which can also be considered as a room for two people. Upon successful creation, we have to notify the other party.
  • Leave & destroy the room.