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

meanWaitingTimeMs and MaxWaitingTimeMs.  The data has been collected in acm_receiver.cc.

You can find them in acm_receiver.cc.  Copied their reference below.

  acm_stat->meanWaitingTimeMs = neteq_stat.mean_waiting_time_ms;
  acm_stat->maxWaitingTimeMs = neteq_stat.max_waiting_time_ms;

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

Received on Monday, 6 May 2019 23:06:22 UTC