Skip to content

twilio/draw-with-twilio

Repository files navigation

Draw with Twilio

This application demonstrates the DataTrack feature in twilio-video.js. With it, you can connect to a Room and draw on a shared "whiteboard" with other Participants. Try it out at draw-with-twilio.appspot.com.

Screenshot

Install

Before we begin, we need to collect three configuration values in order to run the application:

Next, create a configuration file for the application:

cp .env.template .env

Edit .env with the configuration, and paste in the configuration values we gathered above. Finally, run the following:

npm install
npm run build
npm start

Then, navigate to localhost:9000.