Chrome-Extensions/desktopCapture-p2p/README.md
<a target="_blank" href="https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg"></img></a>
<a target="_blank" href="https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg"></img></a>
<a target="_blank" href="https://chrome.google.com/webstore/detail/webrtc-desktop-sharing/nkemblooioekjnpfekmjhpgkackcajhg"></img></a>
Try any of the below URL. Replace your_room_id with real room-id:
https://www.webrtc-experiment.com/screen/?s=your_room_id
This step is optional. You can keep using
webrtc-experiment.comURL as a screen viewer.
Open desktop-capturing.js and find following line:
var resultingURL = 'https://www.webrtc-experiment.com/screen/?s=' + connection.sessionid;
Replace above line with your own server/website:
var resultingURL = 'https://yourWebSite.com/index.html?s=' + connection.sessionid;
You can find index.html here:
Make ZIP of the directory. Then navigate to Chrome WebStore Developer Dashboard and click Add New Item blue button.
To learn more about how to publish a chrome extension in Google App Store:
For additional information, click this link.
Chrome-Extensions are released under MIT license . Copyright (c) Muaz Khan.