Browse Source

feat(config.js): add config.testing.

j8
paweldomas 8 years ago
parent
commit
0f4c785705
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      config.js

+ 7
- 0
config.js View File

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

Loading…
Cancel
Save