Browse Source

fix: safari video

Timothy J. Baek 11 months ago
parent
commit
e3efe2c565
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/chat/MessageInput/CallOverlay.svelte

+ 1 - 0
src/lib/components/chat/MessageInput/CallOverlay.svelte

@@ -535,6 +535,7 @@
 								id="camera-feed"
 								autoplay
 								class="w-full h-full object-cover object-center rounded-2xl"
+								playsinline
 							/>
 
 							<canvas id="camera-canvas" style="display:none;" />