From 04b085e062ee995d441f381b715dbd963229128e Mon Sep 17 00:00:00 2001 From: George Politis Date: Tue, 23 Nov 2021 21:38:20 +0000 Subject: [PATCH] fix: Updates the default value of rtcstatsEnabled to match the code. (#10425) --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 4fc7f1c2a..58e82dddf 100644 --- a/config.js +++ b/config.js @@ -740,7 +740,7 @@ var config = { // module connects to the provided rtcstatsEndpoint and sends statistics regarding // PeerConnection states along with getStats metrics polled at the specified // interval. - // rtcstatsEnabled: true, + // rtcstatsEnabled: false, // In order to enable rtcstats one needs to provide a endpoint url. // rtcstatsEndpoint: wss://rtcstats-server-pilot.jitsi.net/,