瀏覽代碼

Merge pull request #258 from jitsi/fix_stats_docs

Remove FIXME for CallStats not reporting restarted calls
dev1
yanas 9 年之前
父節點
當前提交
f102ce50e6
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      modules/statistics/statistics.js

+ 0
- 5
modules/statistics/statistics.js 查看文件

@@ -259,11 +259,6 @@ Statistics.prototype.startCallStats = function (session, settings) {
259 259
     if(this.callStatsIntegrationEnabled && !this.callStatsStarted) {
260 260
         // Here we overwrite the previous instance, but it must be bound to
261 261
         // the new PeerConnection
262
-        // FIXME CallStats does not show the participant after
263
-        // stopCallStats/startCallStats, the issue is being investigated on both
264
-        // our and CallStats side, but given how rare this situation should
265
-        // be, we need to have this change merged. Without it "invalid pcHash"
266
-        // error is reported(lib calls are made for the old PeerConnection).
267 262
         this.callstats = new CallStats(session, settings, this.options);
268 263
         Statistics.callsStatsInstances.push(this.callstats);
269 264
         this.callStatsStarted = true;

Loading…
取消
儲存