Преглед изворни кода

Fixes callstats issue: Cannot send feedback to callstats after JitsiConference.leave

dev1
hristoterezov пре 9 година
родитељ
комит
f695301d50
1 измењених фајлова са 0 додато и 6 уклоњено
  1. 0
    6
      modules/statistics/statistics.js

+ 0
- 6
modules/statistics/statistics.js Прегледај датотеку

@@ -112,12 +112,6 @@ Statistics.prototype.dispose = function () {
112 112
         if(eventEmitter)
113 113
             eventEmitter.removeAllListeners();
114 114
     }
115
-
116
-    if(this.callstats)
117
-    {
118
-        this.callstats.sendTerminateEvent();
119
-        this.callstats = null;
120
-    }
121 115
 };
122 116
 
123 117
 

Loading…
Откажи
Сачувај