Преглед на файлове

feat(PageReloadOverlay): log the reload event

j8
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.

Loading…
Отказ
Запис