From 175c8e6e504dd932f21f6963fcbfac83689b2d7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 17 Feb 2017 15:32:56 +0100 Subject: [PATCH] cleanup: remove adaptive las N config option The feature has been replaced so the option no longer applies. --- config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/config.js b/config.js index a429af512..55f887b9a 100644 --- a/config.js +++ b/config.js @@ -53,7 +53,6 @@ var config = { // eslint-disable-line no-unused-vars disableStats: false, disableAudioLevels: false, channelLastN: -1, // The default value of the channel attribute last-n. - adaptiveLastN: false, //disableAdaptiveSimulcast: false, enableRecording: false, enableWelcomePage: true,