From 259650ec7e26f13117ff2558b2c63ad0fdac280d Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Tue, 18 Aug 2020 11:30:12 +0200 Subject: [PATCH] Ensure the iframe can request mic/cam permissions Found while fixing the same issue on Scalar: https://github.com/vector-im/element-web/issues/14901 --- .../widget-wrappers/bigbluebutton/bigbluebutton.component.html | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/widget-wrappers/bigbluebutton/bigbluebutton.component.html b/web/app/widget-wrappers/bigbluebutton/bigbluebutton.component.html index cf07776..c42759f 100644 --- a/web/app/widget-wrappers/bigbluebutton/bigbluebutton.component.html +++ b/web/app/widget-wrappers/bigbluebutton/bigbluebutton.component.html @@ -6,6 +6,7 @@ allowfullscreen width="100%" height="100%" + allow="camera; microphone; encrypted-media; autoplay;" >