|
@@ -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;
|