This is a WebRTC desktop capture extension with a demo app. It uses the chrome.desktopCapture and getUserMedia() APIs.
###In order to try it out locally do following:###
- Download the extension to your machine.
- Browse to chrome://extensions
- Click load unpacked extensions and select the downloaded extension from step 1.
- The extension will now appear in the list, click start and select the desktop or a window.
You are now capturing a window or your desktop.
You can use this example to integrate with your own web app as well. Just make sure to serve your app over HTTPS and change the content_scripts and permissions URLs to match your webapp URL.
If you update this extension you should run the grunt compress command which will create a zip file with this extension and put it in the release/ folder. This is to make it easier to download.