Skip to content

Commit

Permalink
feat(config.js): add config.testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
paweldomas committed Jul 7, 2017
1 parent 82e10e1 commit 0f4c785
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f4c785

Please sign in to comment.