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