Option to allow camera and microphone access to a webpage in an iframe

I have a server running in another docker container and put it in a Webpage Card in HA.
On this webpage there is a feature that requires the use of the phone camera, but when I try to use it I get a ‘permission denied’ error. The HA companion app has access to the camera.

Please give an option in the card to give access to the camera for the embedded webpage.
Something like this

type: iframe
url: https://example.com
aspect_ratio: 50%
allow_camera_access: true
allow_microphone_access: true

Any luck with this one? With @AlexxIT’s new go2rtc enabling 2-way audio, I’m trying to get 2-way audio going with iframe inside HA