소스 검색

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…
취소
저장