getUserMedia() permission denied
html, webrtc
Solution
The second demo you mentioned (this one) works for me on Chrome 28.
It sounds like you enabled the flag, but make sure the one called `Enable screen capture support in getUserMedia()` is enabled in `chrome://flags` (and that you have restarted Chrome since enabling that).
Problem
I am trying to test out screen sharing using `getUserMedia()`. I have Chrome version 28 and the `getUserMedia()` screen capturing flag enabled, yet I still get permission denied errors. On this screen capture demo, I get the following error: getUserMedia error: NavigatorUserMediaError {code: 1, PERMISSION_DENIED: 1} While, on this screen capture demo, I get the following demo: PERMISSION_DENIED. Are you no SSL? I never got any prompts about sharing when visiting the sites. Why does my browser deny permission to screen share?