Просмотр исходного кода

feat(PageReloadOverlay): log the reload event

master
paweldomas 8 лет назад
Родитель
Сommit
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.

Загрузка…
Отмена
Сохранить