Browse Source

document layer suspension config and add to whitelist (#3123)

master
bbaldino 7 years ago
parent
commit
8df54d2cb3
2 changed files with 6 additions and 0 deletions
  1. 5
    0
      config.js
  2. 1
    0
      react/features/base/config/functions.js

+ 5
- 0
config.js View File

114
     // Enable / disable simulcast support.
114
     // Enable / disable simulcast support.
115
     // disableSimulcast: false,
115
     // disableSimulcast: false,
116
 
116
 
117
+    // Enable / disable layer suspension.  If enabled, endpoints whose HD
118
+    // layers are not in use will be suspended (no longer sent) until they
119
+    // are requested again.
120
+    // enableLayerSuspension: false,
121
+
117
     // Suspend sending video if bandwidth estimation is too low. This may cause
122
     // Suspend sending video if bandwidth estimation is too low. This may cause
118
     // problems with audio playback. Disabled until these are fixed.
123
     // problems with audio playback. Disabled until these are fixed.
119
     disableSuspendVideo: true,
124
     disableSuspendVideo: true,

+ 1
- 0
react/features/base/config/functions.js View File

99
     'disableSuspendVideo',
99
     'disableSuspendVideo',
100
     'displayJids',
100
     'displayJids',
101
     'enableDisplayNameInStats',
101
     'enableDisplayNameInStats',
102
+    'enableLayerSuspension',
102
     'enableLipSync',
103
     'enableLipSync',
103
     'enableLocalVideoFlip',
104
     'enableLocalVideoFlip',
104
     'enableRemb',
105
     'enableRemb',

Loading…
Cancel
Save