|
@@ -370,11 +370,6 @@ class ConferenceConnector {
|
370
|
370
|
|
371
|
371
|
case ConferenceErrors.FOCUS_LEFT:
|
372
|
372
|
case ConferenceErrors.VIDEOBRIDGE_NOT_AVAILABLE:
|
373
|
|
- // Log the page reload event
|
374
|
|
- // FIXME (CallStats - issue) this event will not make it to
|
375
|
|
- // the CallStats, because the log queue is not flushed, before
|
376
|
|
- // "fabric terminated" is sent to the backed
|
377
|
|
- APP.conference.logEvent('page.reload');
|
378
|
373
|
// FIXME the conference should be stopped by the library and not by
|
379
|
374
|
// the app. Both the errors above are unrecoverable from the library
|
380
|
375
|
// perspective.
|