chrome-extensions-samples
chrome-extensions-samples copied to clipboard
You should be able to open an `<iframe>` with URL set to `chrome-extension://<id>/file.html` by specifying the file in `"web_accessible_resources"` then use `navigator.mediaDevices.getUserMedia()` and `navigator.mediaDevices.getDisplayMedia()`.
You should be able to open an <iframe>
with URL set to chrome-extension://<id>/file.html
by specifying the file in "web_accessible_resources"
then use navigator.mediaDevices.getUserMedia()
and navigator.mediaDevices.getDisplayMedia()
.
Originally posted by @guest271314 in https://github.com/GoogleChrome/chrome-extensions-samples/issues/627#issuecomment-898934924
What is the issue?