[webrtc-stats] Duplicated field `kind` in RTCInboundRtpStreamStats (#690)

balazskreith has just created a new issue for https://github.com/w3c/webrtc-stats:

== Duplicated field `kind` in RTCInboundRtpStreamStats ==
Check the [summary table](https://www.w3.org/TR/webrtc-stats/#summary), "inbound-rtp", and you see the field `kind` listed twice.

`RTCInboundRtpStreamStats` contains the field `kind`.
`RTCInboundRtpStreamStats` dictionary extends `RtcReceivedRtpStreamStats`
`RtcReceivedRtpStreamStats` dictionary extends `RtcRtpStreamStats`
`RtcRtpStreamStats` dictionary contains `kind` field.

It makes sense to keep it only in `RtcRtpStreamStats`.


Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/690 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Saturday, 24 September 2022 08:36:52 UTC