浏览代码

Merge pull request #1750 from jitsi/p2p_disabled

feat(config.js): add config.testing.
j8
Saúl Ibarra Corretgé 8 年前
父节点
当前提交
ab7d1553db
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      config.js

+ 7
- 0
config.js 查看文件

11
         //call_control: 'callcontrol.jitsi-meet.example.com',
11
         //call_control: 'callcontrol.jitsi-meet.example.com',
12
         //focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com'
12
         //focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com'
13
     },
13
     },
14
+    testing: {
15
+        /**
16
+         * P2P test mode disables automatic switching to P2P when there are 2
17
+         * participants in the conference.
18
+         */
19
+        p2pTestMode: false,
20
+    },
14
 //  getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
21
 //  getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
15
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
22
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
16
 //  useIPv6: true, // ipv6 support. use at your own risk
23
 //  useIPv6: true, // ipv6 support. use at your own risk

正在加载...
取消
保存