Browse Source

cleanup: remove adaptive las N config option

The feature has been replaced so the option no longer applies.
master
Saúl Ibarra Corretgé 8 years ago
parent
commit
175c8e6e50
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      config.js

+ 0
- 1
config.js View File

53
     disableStats: false,
53
     disableStats: false,
54
     disableAudioLevels: false,
54
     disableAudioLevels: false,
55
     channelLastN: -1, // The default value of the channel attribute last-n.
55
     channelLastN: -1, // The default value of the channel attribute last-n.
56
-    adaptiveLastN: false,
57
     //disableAdaptiveSimulcast: false,
56
     //disableAdaptiveSimulcast: false,
58
     enableRecording: false,
57
     enableRecording: false,
59
     enableWelcomePage: true,
58
     enableWelcomePage: true,

Loading…
Cancel
Save