From 18efcb0e7a4595d22362692c6061dc1dfe5de9cb Mon Sep 17 00:00:00 2001 From: Emil Vardar Date: Thu, 14 Nov 2024 05:54:17 -0800 Subject: [PATCH] Plumb corruption metric to rtc_stats_report.cc and add wpt tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://www.w3.org/TR/webrtc-stats/#dom-rtcinboundrtpstreamstats-totalcorruptionprobability for more details and why the tests were constructed as they are. Bug: chromium:378726501 Change-Id: I6a85df5a5d5610b889f023ceffc596f39b8f9537 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6012441 Commit-Queue: Henrik Boström Reviewed-by: Henrik Boström Reviewed-by: Guido Urdaneta Cr-Commit-Position: refs/heads/main@{#1382908} --- ...ptionDetection-headerExtensionControl.html | 176 ++++++++++++++++++ 1 file changed, 176 insertions(+) create mode 100644 webrtc-extensions/RTCRtpCorruptionDetection-headerExtensionControl.html diff --git a/webrtc-extensions/RTCRtpCorruptionDetection-headerExtensionControl.html b/webrtc-extensions/RTCRtpCorruptionDetection-headerExtensionControl.html new file mode 100644 index 00000000000000..19adec1199e16c --- /dev/null +++ b/webrtc-extensions/RTCRtpCorruptionDetection-headerExtensionControl.html @@ -0,0 +1,176 @@ + + +Coruption Detection Header Extension + + + + \ No newline at end of file