Explorar el Código

Match reported remote userId to other cs calls.

master
damencho hace 8 años
padre
commit
f8aea90c50
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2
    2
      modules/statistics/CallStats.js

+ 2
- 2
modules/statistics/CallStats.js Ver fichero

@@ -258,8 +258,8 @@ function (ssrc, isLocal, usageLabel, containerId) {
258 258
         return;
259 259
     }
260 260
 
261
-    // 'focus' is default remote user ID for now
262
-    const callStatsId = isLocal ? this.userID : 'focus';
261
+    // 'jitsi' is default remote user ID for now
262
+    const callStatsId = isLocal ? this.userID : DEFAULT_REMOTE_USER;
263 263
 
264 264
     _try_catch(function() {
265 265
         logger.debug(

Loading…
Cancelar
Guardar