From 670fc46b91303a4cb5210c0f6aa78d190847f3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Kreith?= Date: Sat, 24 Sep 2022 11:30:26 +0300 Subject: [PATCH] Fix descriptions according to the upgraded draft * Remove description reference to non-existing-field totalSamplesDecoded --- webrtc-stats.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index ea62c44..df1518c 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -1238,7 +1238,7 @@

This metric is not incremented for frames that are not decoded, i.e. {{RTCReceivedRtpStreamStats/framesDropped}}. The average processing delay can be calculated by dividing the {{totalProcessingDelay}} with the - {{framesDecoded}} for video (or povisional stats spec totalSamplesDecoded for audio). + {{framesDecoded}} for video.