Re: [webrtc-stats] specifiy inbound-rtp RTX statistics (#735)

😱 the validation failure is actually a bit mean because it shows we lack symmetry. For outbound we have [[RTCSentRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcsentrtpstreamstats)](https://w3c.github.io/webrtc-stats/#sentrtpstats-dict*) bytesSent and packetsSent but for inbound we define [RTCReceivedRtpStreamStats](https://w3c.github.io/webrtc-stats/#dom-rtcreceivedrtpstreamstats) packetsReceived and packetsLost while bytesReceived is defined on [ RTCInboundRtpStreamStats](https://w3c.github.io/webrtc-stats/#inboundrtpstats-dict*)

I can fix the immediate problem by changing the reference to the latter.

(oh and our anchor names are woefully inconsistent as you can see above)

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/pull/735#issuecomment-1447759979 using your GitHub account


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

Received on Tuesday, 28 February 2023 08:22:22 UTC