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

This commit is contained in:
paweldomas 2017-07-07 15:36:24 +02:00
parent 82e10e1a00
commit 0f4c785705
1 changed files with 7 additions and 0 deletions

View File

@ -11,6 +11,13 @@ var config = { // eslint-disable-line no-unused-vars
//call_control: 'callcontrol.jitsi-meet.example.com',
//focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.jitsi-meet.example.com'
},
testing: {
/**
* P2P test mode disables automatic switching to P2P when there are 2
* participants in the conference.
*/
p2pTestMode: false,
},
// getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
// useIPv6: true, // ipv6 support. use at your own risk