From 0053c4df498f0aaf6d76cb2fd4d5e91314b78dbb Mon Sep 17 00:00:00 2001 From: paweldomas Date: Wed, 12 Oct 2016 15:51:12 -0500 Subject: [PATCH] feat(PageReloadOverlay): log the reload event --- conference.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conference.js b/conference.js index a15cca2c8..ed18b1bf8 100644 --- a/conference.js +++ b/conference.js @@ -376,6 +376,11 @@ class ConferenceConnector { case ConferenceErrors.FOCUS_LEFT: case ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE: + // Log the page reload event + // FIXME (CallStats - issue) this event will not make it to + // the CallStats, because the log queue is not flushed, before + // "fabric terminated" is sent to the backed + APP.conference.logEvent('page.reload'); // FIXME the conference should be stopped by the library and not by // the app. Both the errors above are unrecoverable from the library // perspective.