瀏覽代碼

config: enable P2P by default

j8
paweldomas 8 年之前
父節點
當前提交
4b487e3c89
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      config.js

+ 1
- 1
config.js 查看文件

97
     // the room. If that succeeds the conference will stop sending data through
97
     // the room. If that succeeds the conference will stop sending data through
98
     // the JVB and use the peer to peer connection instead. When 3rd participant
98
     // the JVB and use the peer to peer connection instead. When 3rd participant
99
     // joins the conference will be moved back to the JVB connection.
99
     // joins the conference will be moved back to the JVB connection.
100
-    //enableP2P: true
100
+    enableP2P: true
101
     // How long we're going to wait, before going back to P2P after
101
     // How long we're going to wait, before going back to P2P after
102
     // the 3rd participant has left the conference (to filter out page reload)
102
     // the 3rd participant has left the conference (to filter out page reload)
103
     //backToP2PDelay: 5
103
     //backToP2PDelay: 5

Loading…
取消
儲存