Hello, currently my app no longer lets users access built in media such as microphone, camera, and screen. Used to work, but I believe the iframe permission limits this ability now.
The error I get: Failed to execute 'getDisplayMedia' on 'MediaDevices': Access to the feature "display-capture" is disallowed by permission policy.
I wonder if it’s a new chrome requirement to set allowed list, but my app would need these: <iframe allow="camera; microphone; fullscreen;display-capture" src="someURL">