From 1e31e7c0509ad3f79d349596911d75cb60ff194e Mon Sep 17 00:00:00 2001 From: henbos Date: Thu, 30 Mar 2023 17:29:07 +0200 Subject: [PATCH] Document recently added audio metrics as features at risk (#750) --- webrtc-stats.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/webrtc-stats.html b/webrtc-stats.html index a03841d..a7c5e02 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -2658,6 +2658,9 @@

produced by the device that got dropped before reaching the media source.

+

+ This metric is a feature at risk due to lack of consensus. +

droppedSamplesEvents of type increase {{droppedSamplesDuration}} multiple times but is a single dropped samples event.

+

+ This metric is a feature at risk due to lack of consensus. +

totalCaptureDelay of type used together with {{totalSamplesCaptured}} to calculate the average capture delay per sample.

+

+ This metric is a feature at risk due to lack of consensus. +

totalSamplesCaptured of type necessarily the same as the frequency of encoders later in the pipeline.

+

+ This metric is a feature at risk due to lack of consensus. +

@@ -2789,6 +2801,10 @@

double totalPlayoutDelay; unsigned long long totalSamplesCount; }; +

+ The {{RTCAudioPlayoutStats}} dictionary and all of its metrics are + features at risk due to lack of consensus. +

Dictionary {{RTCAudioPlayoutStats}} Members