/simplewebrtc-demo-app

SimpleWebRTC Demo Application

Primary LanguageJavaScript

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.