fix(webapp): autoplay client live feed video

This commit is contained in:
2026-04-06 16:50:00 +01:00
parent 798fffa2a1
commit 92b25a8bac
2 changed files with 6 additions and 1 deletions

View File

@@ -216,6 +216,8 @@
<video
id="clientStreamVideo"
class="absolute inset-0 h-full w-full object-contain {$appState.clientStreamMode === 'video' ? '' : 'hidden'}"
autoplay
muted
playsinline
bind:this={clientVideoElement}
></video>