Chrome-Extensions icon indicating copy to clipboard operation
Chrome-Extensions copied to clipboard

Invalid state when running demo from codepen.io

Open slifin opened this issue 7 years ago • 1 comments

screen shot 2018-05-23 at 14 11 45

https://codepen.io/slifin/pen/erobKm?editors=1111

slifin avatar May 23 '18 13:05 slifin

getScreenId will not work on any iframe. (reason: postMessage limitation)

Screen-Capturing.js? An ifarme must allow video permissions (maybe):

<iframe allow="microphone camera"></iframe> 

So codepen or jsfiddle both need to set above permissions.

You should test screen-capturing.js using github-pages. Github pages supports HTTPs both for free or custom domains.

muaz-khan avatar May 23 '18 16:05 muaz-khan