Skip to content

A serverless video chat application built with Twilio Programmable Video.

License

Notifications You must be signed in to change notification settings

adjeim/video-chat-serverless

Repository files navigation

video-chat-serverless

A serverless video chat application built with Twilio Programmable Video.

Setup

  • 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 install to 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 format https://video-chat-serverless-XXXX-dev.twil.io.

About

A serverless video chat application built with Twilio Programmable Video.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published