Merge pull request #1806 from saghul/ff-simulcast-testing

config: document enableFirefoxSimulcast
This commit is contained in:
bbaldino 2017-07-20 08:36:39 -07:00 committed by GitHub
commit 6bcb9be364
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ var config = { // eslint-disable-line no-unused-vars
//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: { testing: {
/**
* Enables experimental simulcast support on Firefox.
*/
enableFirefoxSimulcast: false,
/** /**
* P2P test mode disables automatic switching to P2P when there are 2 * P2P test mode disables automatic switching to P2P when there are 2
* participants in the conference. * participants in the conference.