Procházet zdrojové kódy

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

j8
paweldomas před 8 roky
rodič
revize
0f4c785705
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  1. 7
    0
      config.js

+ 7
- 0
config.js Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit