diff --git a/pc_capture/index.html b/pc_capture/index.html index d5db695..b1ddf93 100644 --- a/pc_capture/index.html +++ b/pc_capture/index.html @@ -24,7 +24,6 @@ - diff --git a/pc_capture/js/main.js b/pc_capture/js/main.js index 046fb4d..564d426 100644 --- a/pc_capture/js/main.js +++ b/pc_capture/js/main.js @@ -442,7 +442,7 @@ function showRemoteStats(report) { // } } else if (stats.type === 'inbound-rtp') { if (stats.remoteId != undefined) { - const remoteOutboundRtp = stats.get(report.remoteId); + const remoteOutboundRtp = report.get(stats.remoteId); console.log(remoteOutboundRtp); } // partialStats.decoderImplementation = stats.decoderImplementation;