From e51bbe6125064433fcd524641c6d30dcdd29d39a Mon Sep 17 00:00:00 2001 From: Andrei Gavrilescu Date: Tue, 18 Aug 2020 14:33:04 +0300 Subject: [PATCH] fix syntax error --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index b70d1ca92..c5c47ae0a 100644 --- a/config.js +++ b/config.js @@ -459,7 +459,7 @@ var config = { // amplitudeAPPKey: '' // Configuration for the rtcstats server: -+ // By enabling rtcstats server every time a conference is joined the rtcstats + // By enabling rtcstats server every time a conference is joined the rtcstats // module connects to the provided rtcstatsEndpoint and sends statistics regarding // PeerConnection states along with getStats metrics polled at the specified // interval.