Re: [webrtc-stats] Detecting glitches (#443)

Returning something for a recent interval has precedence in another WebRTC API: getSynchronizationSources() and getContributingSources() (in that case returning information related to recent RTP packets for the last 10 s).

"Since last call to getStats()" is nice in many ways but something we have purposefully avoided for all other metrics because it breaks use cases where there are multiple stats consumers.

A third option is bucket counters with record<> to count the number of times delays of various magnitudes occurs.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/443#issuecomment-501172690 using your GitHub account

Received on Wednesday, 12 June 2019 08:27:09 UTC