Bläddra i källkod

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

The problem described by the FIXME has been fixed by CallStats.
dev1
paweldomas 9 år sedan
förälder
incheckning
a3debbb4b7
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. 0
    5
      modules/statistics/statistics.js

+ 0
- 5
modules/statistics/statistics.js Visa fil

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;

Laddar…
Avbryt
Spara