-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
Description
Hrs: 80
We have a WebRTC chat using the WebRTC Twillio:
- Here is the code: https://github.com/breatheco-de/video-chat
- Here is the live app: https://call.breatheco.de/sample
The application was build using an open source repository called Zipcall, its entirely made in vanilla.js and node.js.
The application only supports 1-on-1 calls because we are using WebRTC peer-to-peer Twilio STUN/TURN infrastructure
.
Requirements
- We need the application to support at least 15 people.
- We need to add the
record
button to record the calls. - Recording and multi-people rooms are only possible if a valid token is passed on the URL, if not the application should keep as it is right now.
- On the API, if I ask for
GET /room/<slug>/recording
it should return a json list with all the meeting recordings available for that room.