Selaa lähdekoodia

feat(PageReloadOverlay): log the reload event

j8
paweldomas 8 vuotta sitten
vanhempi
commit
0053c4df49
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      conference.js

+ 5
- 0
conference.js Näytä tiedosto

@@ -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…
Peruuta
Tallenna