You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2019. It is now read-only.
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.jsto 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.htmlBut when I click:
Capture Your Own Screenin the example provided (index.html) I get the following message:Chrome extension status is: installed-disabledThe full url is https://localhost:8080/getScreenId.html.
I tried that too but that didn't make a difference.