Compare commits

...

1 Commits

Author SHA1 Message Date
George Politis
9f583cb5f9 ref: Removes the enableLayerSuspension option from config.js 2020-06-24 15:08:38 +03:00

View File

@@ -130,11 +130,6 @@ var config = {
// Enable / disable simulcast support.
// 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,
// Every participant after the Nth will start video muted.
// startVideoMuted: 10,