|
|
@@ -815,18 +815,6 @@ StatsCollector.prototype._processAndEmitReport = function() {
|
|
815
|
815
|
} else {
|
|
816
|
816
|
logger.error(`No participant ID returned by ${track}`);
|
|
817
|
817
|
}
|
|
818
|
|
- } else if (this.peerconnection.isP2P) {
|
|
819
|
|
- // NOTE For JVB connection there are JVB tracks reported in
|
|
820
|
|
- // the stats, but they do not have corresponding JitsiRemoteTrack
|
|
821
|
|
- // instances stored in TPC. It is not trivial to figure out that
|
|
822
|
|
- // a SSRC belongs to JVB, so we print this error ony for the P2P
|
|
823
|
|
- // connection for the time being.
|
|
824
|
|
- //
|
|
825
|
|
- // Also there will be reports for tracks removed from the session,
|
|
826
|
|
- // for the users who have left the conference.
|
|
827
|
|
- logger.error(
|
|
828
|
|
- `JitsiTrack not found for SSRC ${ssrc}`
|
|
829
|
|
- + ` in ${this.peerconnection}`);
|
|
830
|
818
|
}
|
|
831
|
819
|
|
|
832
|
820
|
ssrcStats.resetBitrate();
|