Skip to content

coderonfleek/twilio-electron-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Calling with Electron.js and Twilio Programmable Video

Project Setup

Prerequisites

  • Node.js Installed
  • Yarn installed

Configuration

  • Navigate to the root of the folder
  • Install dependencies using npm install
  • Create a .env file at the root and fill in the details shown below:
ACCOUNT_SID=XXX-XX-XXXXX
API_KEY_SID=XXX-XX-XXXXX
API_KEY_SECRET=XXX-XX-XXXXX
ROOM_NAME=testroom

  • Run the application using npm start

Screenshots

Call in session

Dashboard

About

Video Calling in Electron Apps using Twilio Programmable Video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published