Pārlūkot izejas kodu

Merge pull request #1750 from jitsi/p2p_disabled

feat(config.js): add config.testing.
j8
Saúl Ibarra Corretgé 8 gadus atpakaļ
vecāks
revīzija
ab7d1553db
1 mainītis faili ar 7 papildinājumiem un 0 dzēšanām
  1. 7
    0
      config.js

+ 7
- 0
config.js Parādīt failu

@@ -11,6 +11,13 @@ var config = { // eslint-disable-line no-unused-vars
11 11
         //call_control: 'callcontrol.jitsi-meet.example.com',
12 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 21
 //  getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
15 22
 //  useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
16 23
 //  useIPv6: true, // ipv6 support. use at your own risk

Notiek ielāde…
Atcelt
Saglabāt