Merge pull request #1806 from saghul/ff-simulcast-testing
config: document enableFirefoxSimulcast
This commit is contained in:
commit
6bcb9be364
|
@ -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'
|
||||
},
|
||||
testing: {
|
||||
/**
|
||||
* Enables experimental simulcast support on Firefox.
|
||||
*/
|
||||
enableFirefoxSimulcast: false,
|
||||
/**
|
||||
* P2P test mode disables automatic switching to P2P when there are 2
|
||||
* participants in the conference.
|
||||
|
|
Loading…
Reference in New Issue