From c02f5219636fc7a01b54dca1573356f5d729b317 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Sat, 16 Mar 2019 23:44:22 +0100 Subject: [PATCH] Fix partial dictionary RTCInboundRtpStreamStats typo Introduced in https://github.com/w3c/webrtc-stats/pull/389. Original dictionary definition: https://w3c.github.io/webrtc-stats/#inboundrtpstats-dict* --- webrtc-stats.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index baf403c2..8801cfef 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -3928,19 +3928,19 @@

-
partial dictionary RTCInboundStreamStats {
+        
partial dictionary RTCInboundRtpStreamStats {
           double fractionLost;
 };
-

Obsolete RTCInboundStreamStats members

-
+

Obsolete RTCInboundRtpStreamStats members

+
fractionLost of type double

- This field was moved to RTCRemoteInboundStreamStats in + This field was moved to RTCRemoteInboundRtpStreamStats in December 2017.