webrtc-stats
webrtc-stats copied to clipboard
Redundant field `kind` in RTCInboundRtpStreamStats
Check the summary table, "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.
Agree, we should not have the other dictionaries, redefine this.
Let's remove the duplicate definitions. Will you create a PR?