Merge pull request #1328 from saghul/cleanup-adaptive-lastn
cleanup: remove adaptive las N config option
This commit is contained in:
commit
c290cf45b7
|
@ -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.
|
||||||
adaptiveLastN: false,
|
|
||||||
//disableAdaptiveSimulcast: false,
|
//disableAdaptiveSimulcast: false,
|
||||||
enableRecording: false,
|
enableRecording: false,
|
||||||
enableWelcomePage: true,
|
enableWelcomePage: true,
|
||||||
|
|
Loading…
Reference in New Issue