Camera and Microphone access are blocked when using cross-origin iframe in Chrome https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes. The change was shipped in early 2018.
Therefore, the new AR Scavenger content type will not work when embeded using a cross-origin iframe. Additional attributes are required, for example
<iframe src="https://example.com/" allow="microphone; camera"></iframe>
Camera and Microphone access are blocked when using cross-origin iframe in Chrome https://sites.google.com/a/chromium.org/dev/Home/chromium-security/deprecating-permissions-in-cross-origin-iframes. The change was shipped in early 2018.
Therefore, the new AR Scavenger content type will not work when embeded using a cross-origin iframe. Additional attributes are required, for example
<iframe src="https://example.com/" allow="microphone; camera"></iframe>