[webrtc-stats] add fractionLost stats in RTCInboundRtpStreamStats (#706)

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

== add fractionLost stats in RTCInboundRtpStreamStats ==
It seems there is no field describe packet loss rate of specfic audio/video inbound rtp stream, 
the  fractionLost field exist in  [RTCRemoteInboundRtpStreamStats](https://www.w3.org/TR/webrtc-stats/#dom-rtcremoteinboundrtpstreamstats), but it‘s about oubound loss rate instead of  inbound,
packet loss rate is a common stats for rtc system,and it's calculated at rtp receiver(inbound), i think it’s necessaryto import this to RTCinbounRtpStreamStats at rtp receiver side.

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


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

Received on Monday, 17 October 2022 03:49:39 UTC