瀏覽代碼

webrtc fix

Nikolay Suslov 4 年之前
父節點
當前提交
d7e9e6570c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/vwf/view/webrtc.js

+ 1 - 1
public/vwf/view/webrtc.js

@@ -431,7 +431,7 @@ define( [ "module", "vwf/view", "vwf/utility", "vwf/utility/color"], function( m
           video.setAttribute("height", 480);
 
           if (local) {
-            video.setAttribute("muted", true);
+            video.setAttribute("muted", false);
             video.volume = 0;
           }