Embed
Microphone doesn't work in iframe
Please add microphone
to the iframe script tag following allow
list:
html
<iframe src="..." allow="...; microphone"></iframe>
Screensharing doesn't work in iframe
Please add display-share
to the iframe script tag following allow
list:
html
<iframe src="..." allow="...; display-share"></iframe>