瀏覽代碼

fix: safari video

Timothy J. Baek 11 月之前
父節點
當前提交
e3efe2c565
共有 1 個文件被更改,包括 1 次插入0 次删除
  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;" />