webrtc-troubleshoot
Advanced tools
Comparing version 11.0.2-build.6 to 11.0.2-build.7
{ | ||
"name": "webrtc-troubleshoot", | ||
"version":"11.0.2-build.6", | ||
"version":"11.0.2-build.7", | ||
"description": "A way to add webrtc troubleshooting to your app", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -241,3 +241,3 @@ // adapted from https://github.com/webrtc/testrtc | ||
stats.forEach((stat: RTCStatsReport) => { | ||
stats.forEach((stat: any) => { | ||
if (stat.get('type') === 'ssrc') { | ||
@@ -293,3 +293,3 @@ // make sure to only capture stats after the encoder is setup. | ||
*/ | ||
private extractEncoderSetupTime (stats: RTCStatsReport[], statsCollectTime): number { | ||
private extractEncoderSetupTime (stats: any[], statsCollectTime): number { | ||
let res: string = ''; | ||
@@ -296,0 +296,0 @@ let index = 0; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1457608
15546