Switching to "playsinline" attribute in the video tag (both of them)
This commit is contained in:
parent
4fd453ec05
commit
ebf217057d
2 changed files with 4 additions and 6 deletions
|
@ -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} -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue