feat(config.js): add config.testing.
This commit is contained in:
parent
82e10e1a00
commit
0f4c785705
|
@ -11,6 +11,13 @@ var config = { // eslint-disable-line no-unused-vars
|
||||||
//call_control: 'callcontrol.jitsi-meet.example.com',
|
//call_control: 'callcontrol.jitsi-meet.example.com',
|
||||||
//focus: 'focus.jitsi-meet.example.com', // defaults to 'focus.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'; },
|
// getroomnode: function (path) { return 'someprefixpossiblybasedonpath'; },
|
||||||
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
// useStunTurn: true, // use XEP-0215 to fetch STUN and TURN server
|
||||||
// useIPv6: true, // ipv6 support. use at your own risk
|
// useIPv6: true, // ipv6 support. use at your own risk
|
||||||
|
|
Loading…
Reference in New Issue