Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.07 KB

SimpleWebRTC Demo

This is an older demo of our sdk. For the latest demo head over to https://github.com/simplewebrtc/simplewebrtc-talky-sample-app. These demos are similar to each other but the newer one is updated more reguarly.

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.