瀏覽代碼

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

j8
Jaya Allamsetty 4 年之前
父節點
當前提交
a8b9ae2b12
共有 3 個檔案被更改,包括 6 行新增7 行删除
  1. 3
    4
      config.js
  2. 2
    2
      package-lock.json
  3. 1
    1
      package.json

+ 3
- 4
config.js 查看文件

@@ -66,10 +66,9 @@ var config = {
66 66
         // capScreenshareBitrate: 1 // 0 to disable
67 67
 
68 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 74
     // Disables ICE/UDP by filtering out local and remote UDP candidates in

+ 2
- 2
package-lock.json 查看文件

@@ -10500,8 +10500,8 @@
10500 10500
       }
10501 10501
     },
10502 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 10505
       "requires": {
10506 10506
         "@jitsi/js-utils": "1.0.0",
10507 10507
         "@jitsi/sdp-interop": "1.0.3",

+ 1
- 1
package.json 查看文件

@@ -56,7 +56,7 @@
56 56
     "jquery-i18next": "1.2.1",
57 57
     "js-md5": "0.6.1",
58 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 60
     "libflacjs": "github:mmig/libflac.js#93d37e7f811f01cf7d8b6a603e38bd3c3810907d",
61 61
     "lodash": "4.17.19",
62 62
     "moment": "2.19.4",

Loading…
取消
儲存