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
This commit is contained in:
Andrew Morgan 2020-08-18 11:30:12 +02:00
parent aed5fde391
commit 259650ec7e

View File

@ -6,6 +6,7 @@
allowfullscreen allowfullscreen
width="100%" width="100%"
height="100%" height="100%"
allow="camera; microphone; encrypted-media; autoplay;"
></iframe> ></iframe>
<div *ngIf="!embedUrl" class="join-conference-wrapper"> <div *ngIf="!embedUrl" class="join-conference-wrapper">