document layer suspension config and add to whitelist (#3123)
This commit is contained in:
parent
0f9c7d8697
commit
8df54d2cb3
|
@ -114,6 +114,11 @@ var config = {
|
||||||
// Enable / disable simulcast support.
|
// Enable / disable simulcast support.
|
||||||
// disableSimulcast: false,
|
// disableSimulcast: false,
|
||||||
|
|
||||||
|
// Enable / disable layer suspension. If enabled, endpoints whose HD
|
||||||
|
// layers are not in use will be suspended (no longer sent) until they
|
||||||
|
// are requested again.
|
||||||
|
// enableLayerSuspension: false,
|
||||||
|
|
||||||
// Suspend sending video if bandwidth estimation is too low. This may cause
|
// Suspend sending video if bandwidth estimation is too low. This may cause
|
||||||
// problems with audio playback. Disabled until these are fixed.
|
// problems with audio playback. Disabled until these are fixed.
|
||||||
disableSuspendVideo: true,
|
disableSuspendVideo: true,
|
||||||
|
|
|
@ -99,6 +99,7 @@ const WHITELISTED_KEYS = [
|
||||||
'disableSuspendVideo',
|
'disableSuspendVideo',
|
||||||
'displayJids',
|
'displayJids',
|
||||||
'enableDisplayNameInStats',
|
'enableDisplayNameInStats',
|
||||||
|
'enableLayerSuspension',
|
||||||
'enableLipSync',
|
'enableLipSync',
|
||||||
'enableLocalVideoFlip',
|
'enableLocalVideoFlip',
|
||||||
'enableRemb',
|
'enableRemb',
|
||||||
|
|
Loading…
Reference in New Issue