From a8b9ae2b12cb86e02aa72073b9a2cbd30bd5ea1c Mon Sep 17 00:00:00 2001 From: Jaya Allamsetty Date: Wed, 23 Sep 2020 18:33:30 -0400 Subject: [PATCH] fix(callstats): Use callStatsThreshold for % of users instead of conferences --- config.js | 7 +++---- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/config.js b/config.js index da068b387..12f180952 100644 --- a/config.js +++ b/config.js @@ -66,10 +66,9 @@ var config = { // capScreenshareBitrate: 1 // 0 to disable // Enable callstats only for a percentage of users. - // This takes a value between 0 and 100. A hash value is calculated using the - // conference name and callstats is enabled if the hash value is less than the - // the threshold specified here. - // callStatsThreshold: 5 // enable callstats for 5% of the conferences. + // This takes a value between 0 and 100 which determines the probability for + // the callstats to be enabled. + // callStatsThreshold: 5 // enable callstats for 5% of the users. }, // Disables ICE/UDP by filtering out local and remote UDP candidates in diff --git a/package-lock.json b/package-lock.json index 815378195..44bb260c2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10500,8 +10500,8 @@ } }, "lib-jitsi-meet": { - "version": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf", - "from": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf", + "version": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9", + "from": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9", "requires": { "@jitsi/js-utils": "1.0.0", "@jitsi/sdp-interop": "1.0.3", diff --git a/package.json b/package.json index 3ea3d9059..771ed41cc 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "jquery-i18next": "1.2.1", "js-md5": "0.6.1", "jwt-decode": "2.2.0", - "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf", + "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9", "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d", "lodash": "4.17.19", "moment": "2.19.4",