Skip to content

aymenn/twilio-video-electron

Repository files navigation

Twilio Video Electron + Screensharing Demo

This example demonstrates how you can embed Twilio Video in Electron and enable screen sharing.

It is based on Twilio Video Quickstarty, Electron Quick Start Guide and Electron's desktopCapturer

Setting Up The Application

Create a configuration file for your application:

cp .env.template .env

Edit .env with the configuration parameters:

Next, we need to install our dependencies from npm:

npm install

Now we should be all set! Run the application:

npm start

Electron and a web version will be availablet at http://localhost:3000 will start

About

Electron screen sharing with Twilio Video

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published