Merge pull request #1337 from saghul/cleanup-adaptive-simulcast
cleanup: remove old adaptive simulcast config option
This commit is contained in:
commit
4cb36b0a5d
|
@ -53,7 +53,6 @@ var config = { // eslint-disable-line no-unused-vars
|
||||||
disableStats: false,
|
disableStats: false,
|
||||||
disableAudioLevels: false,
|
disableAudioLevels: false,
|
||||||
channelLastN: -1, // The default value of the channel attribute last-n.
|
channelLastN: -1, // The default value of the channel attribute last-n.
|
||||||
//disableAdaptiveSimulcast: false,
|
|
||||||
enableRecording: false,
|
enableRecording: false,
|
||||||
enableWelcomePage: true,
|
enableWelcomePage: true,
|
||||||
//enableClosePage: false, // enabling the close page will ignore the welcome
|
//enableClosePage: false, // enabling the close page will ignore the welcome
|
||||||
|
|
Loading…
Reference in New Issue