浏览代码

Enables rtcp-mux and bundle by default.

Allows TCP to be used if the bridge supports it.
j8
bgrozev 11 年前
父节点
当前提交
ba8606df80
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      config.js

+ 2
- 2
config.js 查看文件

@@ -17,8 +17,8 @@ var config = {
17 17
     enableRtpStats: true, // Enables RTP stats processing
18 18
     openSctp: true, // Toggle to enable/disable SCTP channels
19 19
     channelLastN: -1, // The default value of the channel attribute last-n.
20
-//    useRtcpMux: true,
21
-//    useBundle: true,
20
+    useRtcpMux: true,
21
+    useBundle: true,
22 22
     enableRecording: false,
23 23
     enableWelcomePage: false,
24 24
     isBrand: false

正在加载...
取消
保存