We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e933a5 commit 147ebd6Copy full SHA for 147ebd6
src/content/peerconnection/negotiate-timing/js/main.js
@@ -199,7 +199,7 @@ async function getAudioImpairment(audioTransceiver) {
199
const stats = await audioTransceiver.receiver.getStats();
200
let currentImpairment;
201
stats.forEach(stat => {
202
- if (stat.type == 'track') {
+ if (stat.type == 'inbound-rtp') {
203
currentImpairment = stat.concealedSamples;
204
}
205
});
0 commit comments