This sample consists of two subprojects:
- A frontend React app which users can use to join video conferences supported by Twilio.
- A backend API, built with Python/Flask, that generates Twilio tokens that the frontend app needs to join conferences.
Both the frontend React app and the backend API are secured with Auth0.
To run this sample, check both the README.md
file on the backend
directory and the README.md
file on the frontend
directory. Just make sure you have both subprojects up and running before trying to join a conference.