I'd like to host all the dependencies myself.
I modified getScreenId.js to embed getScreenId.html served from my own domain.
//iframe.src = 'https://www.webrtc-experiment.com/getSourceId/'; // https://wwww.yourdomain.com/getScreenId.html iframe.src = 'getScreenId.html'; // https://wwww.yourdomain.com/getScreenId.html
But when I click: Capture Your Own Screen in the example provided (index.html) I get the following message:
Chrome extension status is: installed-disabled
I'd like to host all the dependencies myself. I modified
getScreenId.js
to embed getScreenId.html served from my own domain.//iframe.src = 'https://www.webrtc-experiment.com/getSourceId/'; // https://wwww.yourdomain.com/getScreenId.html iframe.src = 'getScreenId.html'; // https://wwww.yourdomain.com/getScreenId.html
But when I click:
Capture Your Own Screen
in the example provided (index.html) I get the following message:Chrome extension status is: installed-disabled
The full url is https://localhost:8080/getScreenId.html. I tried that too but that didn't make a difference.