Sfoglia il codice sorgente

doc(statistics.js): remove FIXME for CallStats not working

The problem described by the FIXME has been fixed by CallStats.
dev1
paweldomas 9 anni fa
parent
commit
a3debbb4b7
1 ha cambiato i file con 0 aggiunte e 5 eliminazioni
  1. 0
    5
      modules/statistics/statistics.js

+ 0
- 5
modules/statistics/statistics.js Vedi File

@@ -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…
Annulla
Salva