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