Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.12 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.12 KB

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