Switching to "playsinline" attribute in the video tag (both of them)

This commit is contained in:
David Négrier 2021-06-03 14:31:21 +02:00
parent 4fd453ec05
commit ebf217057d
2 changed files with 4 additions and 6 deletions

View file

@ -38,7 +38,7 @@
<div>
<div class="video-container div-myCamVideo" class:hide={!$localStreamStore.constraints.video}>
<video class="myCamVideo" use:srcObject={$localStreamStore.stream} autoplay muted></video>
<video class="myCamVideo" use:srcObject={$localStreamStore.stream} autoplay muted playsinline></video>
<!-- {#if stream}
<SoundMeterWidget stream={stream}></SoundMeterWidget>
{/if} -->