feat(PageReloadOverlay): log the reload event
This commit is contained in:
parent
2a5b4dde31
commit
0053c4df49
|
@ -376,6 +376,11 @@ class ConferenceConnector {
|
||||||
|
|
||||||
case ConferenceErrors.FOCUS_LEFT:
|
case ConferenceErrors.FOCUS_LEFT:
|
||||||
case ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE:
|
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
|
// FIXME the conference should be stopped by the library and not by
|
||||||
// the app. Both the errors above are unrecoverable from the library
|
// the app. Both the errors above are unrecoverable from the library
|
||||||
// perspective.
|
// perspective.
|
||||||
|
|
Loading…
Reference in New Issue