|
@@ -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,
|