Re: [webrtc-stats] Request to add neteq waiting time to stats report (#427)

The [jitterBufferDelay](https://w3c.github.io/webrtc-stats/#dom-rtcaudioreceiverstats-jitterbufferdelay) (also exists for [video](https://w3c.github.io/webrtc-stats/#dom-rtcvideoreceiverstats-jitterbufferdelay)) is the sum of "each sample [or frame] takes from the time it is received and to the time it exits the jitter buffer takes from the time it is received and to the time it exits the jitter buffer". You can already calculate the mean, for any desired time interval that you choose, by polling it twice and dividing the difference with jitterBufferEmittedCount.

What doesn't exist is the maximum. But do you need the maximum, given that you can poll this?

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

Received on Friday, 12 April 2019 10:17:05 UTC