Skip to content

q3e/simplewebrtc-demo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleWebRTC Demo

To get started, you will first need to edit src/index.js to set your API key.

See the section marked IMPORTANT SETUP, and change the value of the API_KEY constant to the API key you were provided.

Running

npm install
npm start

Once the server is running, go to https://localhost:1234?room=pick-a-room-name.

Setting up Screensharing

For this demo, you will need to manually install this Chrome extension:

https://chrome.google.com/webstore/detail/simplewebrtc-sample-scree/ikljcimogjdaoojhmkbioipmffflodgk

For production, a custom extension would be used. A sample extension is available for you to customize.

About

SimpleWebRTC Demo Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.4%
  • HTML 0.6%