W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > May 2019

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

From: wssjwl via GitHub <sysbot+gh@w3.org>
Date: Mon, 06 May 2019 23:06:20 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-489818965-1557183980-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:47 UTC