瀏覽代碼

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
     if(this.callStatsIntegrationEnabled && !this.callStatsStarted) {
259
     if(this.callStatsIntegrationEnabled && !this.callStatsStarted) {
260
         // Here we overwrite the previous instance, but it must be bound to
260
         // Here we overwrite the previous instance, but it must be bound to
261
         // the new PeerConnection
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
         this.callstats = new CallStats(session, settings, this.options);
262
         this.callstats = new CallStats(session, settings, this.options);
268
         Statistics.callsStatsInstances.push(this.callstats);
263
         Statistics.callsStatsInstances.push(this.callstats);
269
         this.callStatsStarted = true;
264
         this.callStatsStarted = true;

Loading…
取消
儲存