Browse Source

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

j8
bbaldino 6 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,6 +114,11 @@ var config = {
114 114
     // Enable / disable simulcast support.
115 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 122
     // Suspend sending video if bandwidth estimation is too low. This may cause
118 123
     // problems with audio playback. Disabled until these are fixed.
119 124
     disableSuspendVideo: true,

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

@@ -99,6 +99,7 @@ const WHITELISTED_KEYS = [
99 99
     'disableSuspendVideo',
100 100
     'displayJids',
101 101
     'enableDisplayNameInStats',
102
+    'enableLayerSuspension',
102 103
     'enableLipSync',
103 104
     'enableLocalVideoFlip',
104 105
     'enableRemb',

Loading…
Cancel
Save