cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
This commit is contained in:
parent
e599491583
commit
175c8e6e50
|
@ -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