Skip to main content

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.

Here is a similar discussion: Use mediaDevices API in Jira forge app not allowed - Forge Custom UI and UI kit (beta) - The Atlassian Developer Community

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">


Hello @pepperaddict !

Could you please send us an email to appsupport@monday.com so we can take a closer look and give this some following?

Looking forward to hearing from you 🙂

Cheers,
Matias


As an update, Monday wasn’t willing to add display-capture to the allow list for iframe permissions so the app continues to be broken.


This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.