fix(webapp): autoplay client live feed video
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user