Hi,
I have an integration with a single-page application in Dynamics 365 using Channel Integration Framework.
My application has a feature for screen recording, and it always returns the error "Error grabbing screen. NotAllowedError: Failed to execute 'getDisplayMedia' on 'MediaDevices': Access to the feature "display-capture" is disallowed by permission policy", because the iframe of my application doesn't have permission policy "display-capture".
Is it possible to add iframe "allow" attribute with the key "display-capture"? If it's possible, how do I do it?
Print of my iframe:

Print with what I need:
Thanks