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

> While we are at it: why is [RTCSentRtpStreamStats.packetsSent](https://w3c.github.io/webrtc-stats/#dom-rtcsentrtpstreamstats-packetssent) defined as `unsigned long` instead of `unsigned long long`? It is the only time we use a 32 bit uint for packets sent or received?
> 
> Additionally, it is defined as `unsigned long` in the IDL but [`unsigned long long` in the description](https://w3c.github.io/webrtc-stats/#dictionary-rtcsentrtpstreamstats-members)

should fix to `unsigned long long`, we perhaps missed updating this one when we made the changes in other places.

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


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

Received on Tuesday, 7 March 2023 14:35:12 UTC