浏览代码

feat(PageReloadOverlay): log the reload event

master
paweldomas 8 年前
父节点
当前提交
0053c4df49
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
    0
      conference.js

+ 5
- 0
conference.js 查看文件

@@ -376,6 +376,11 @@ class ConferenceConnector {
376 376
 
377 377
         case ConferenceErrors.FOCUS_LEFT:
378 378
         case ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE:
379
+            // Log the page reload event
380
+            // FIXME (CallStats - issue) this event will not make it to
381
+            // the CallStats, because the log queue is not flushed, before
382
+            // "fabric terminated" is sent to the backed
383
+            APP.conference.logEvent('page.reload');
379 384
             // FIXME the conference should be stopped by the library and not by
380 385
             // the app. Both the errors above are unrecoverable from the library
381 386
             // perspective.

正在加载...
取消
保存