A serverless video chat application built with Twilio Programmable Video.
- Create a Twilio account.
- Install the Twilio CLI Twilio Serverless Toolkit.
- Generate a new API Key from the Twilio Console.
- Clone this repository.
- Create a .env file by copying the .env.template file. Replace the placeholder text with the values for your Twilio Account SID, Auth Token, API Key SID, and API Key Secret.
- Run
npm installto install dependencies. - To run the server locally, run
npm start. - To deploy on Twilio Functions, run the command
npm run deploy. Once you deploy, the application will be available at a URL with the formathttps://video-chat-serverless-XXXX-dev.twil.io.