[webrtc-stats] RTCInboundRtpStreamStats.fractionLost (#446)

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

== RTCInboundRtpStreamStats.fractionLost ==
inbound-rtp.fractionLost is based on the interval between sent RTCP packets per [RFC3550 Appendix A.3](https://tools.ietf.org/html/rfc3550#appendix-A.3). It is not clear what to do if RTCP is disabled. Chrome currently does "since last call to getStats" which is clearly wrong.

Considering this does not seem very useful outside of RTCP, and we already have packetsLost on the inbound-rtp, I propose fractionLost should be undefined in this case.

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

Received on Friday, 14 June 2019 14:27:24 UTC