Video meeting issue

Hi,

Is it possible to iframe/subpage the link for a meeting? Currently, I get “Failed to Acquire media. Permission denied.” when trying to enable camera/mic.

Kind regards,

Mark

By default, for security reasons, browsers do not allow to use microphone, camera and screen sharing for iframes. You have to add allow="microphone; camera; display-capture" attribute to your <iframe> element to change this behavior.

1 Like