From 266944d602721a7705610acee881c8c85040b0d8 Mon Sep 17 00:00:00 2001 From: Philipp Hancke Date: Tue, 25 Jul 2023 09:34:30 +0200 Subject: [PATCH] Remove duplicate RTCInboundRtpStreamStats `kind` which is already defined by inheritance Fixes #690 --- webrtc-stats.html | 1 - 1 file changed, 1 deletion(-) diff --git a/webrtc-stats.html b/webrtc-stats.html index fe30316..c90f243 100644 --- a/webrtc-stats.html +++ b/webrtc-stats.html @@ -970,7 +970,6 @@

dictionary RTCInboundRtpStreamStats : RTCReceivedRtpStreamStats {
              required DOMString   trackIdentifier;
-             required DOMString   kind;
              DOMString            mid;
              DOMString            remoteId;
              unsigned long        framesDecoded;