Hello,
I'm unsucessfully trying to use webcam from inside iframe. It acts as if there was a permission dialog that was cancelled (neither accepted nor denied). It works from within browser window's main page.
Reproducing is really simple: just <iframe src="some-webcam-test-site">.
Is there an analog to Electron's 'session.setPermissionRequestHandler(handler)' in nw.js?
Things I tried so far unsuccessfully:
"node-remote": "<all_urls>",
"permissions": ["videoCapture", "audioCapture"],
"chromium-args": "--use-fake-ui-for-media-stream"
I'm stuck with this issue, any help or tips appreciated.