Browse Source

fix(callstats): Use callStatsThreshold for % of users instead of conferences

j8
Jaya Allamsetty 4 years ago
parent
commit
a8b9ae2b12
3 changed files with 6 additions and 7 deletions
  1. 3
    4
      config.js
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 3
- 4
config.js View File

66
         // capScreenshareBitrate: 1 // 0 to disable
66
         // capScreenshareBitrate: 1 // 0 to disable
67
 
67
 
68
         // Enable callstats only for a percentage of users.
68
         // Enable callstats only for a percentage of users.
69
-        // This takes a value between 0 and 100. A hash value is calculated using the
70
-        // conference name and callstats is enabled if the hash value is less than the
71
-        // the threshold specified here.
72
-        // callStatsThreshold: 5 // enable callstats for 5% of the conferences.
69
+        // This takes a value between 0 and 100 which determines the probability for
70
+        // the callstats to be enabled.
71
+        // callStatsThreshold: 5 // enable callstats for 5% of the users.
73
     },
72
     },
74
 
73
 
75
     // Disables ICE/UDP by filtering out local and remote UDP candidates in
74
     // Disables ICE/UDP by filtering out local and remote UDP candidates in

+ 2
- 2
package-lock.json View File

10500
       }
10500
       }
10501
     },
10501
     },
10502
     "lib-jitsi-meet": {
10502
     "lib-jitsi-meet": {
10503
-      "version": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf",
10504
-      "from": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf",
10503
+      "version": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9",
10504
+      "from": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9",
10505
       "requires": {
10505
       "requires": {
10506
         "@jitsi/js-utils": "1.0.0",
10506
         "@jitsi/js-utils": "1.0.0",
10507
         "@jitsi/sdp-interop": "1.0.3",
10507
         "@jitsi/sdp-interop": "1.0.3",

+ 1
- 1
package.json View File

56
     "jquery-i18next": "1.2.1",
56
     "jquery-i18next": "1.2.1",
57
     "js-md5": "0.6.1",
57
     "js-md5": "0.6.1",
58
     "jwt-decode": "2.2.0",
58
     "jwt-decode": "2.2.0",
59
-    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#a433ca2dbc8accf41df5a50b13b126ad2e7932bf",
59
+    "lib-jitsi-meet": "github:jitsi/lib-jitsi-meet#412606485511afc9a2495f6fb58aa76f65d509a9",
60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
61
     "lodash": "4.17.19",
61
     "lodash": "4.17.19",
62
     "moment": "2.19.4",
62
     "moment": "2.19.4",

Loading…
Cancel
Save