Update bug in TODO since the original one was separated
Bug: webrtc:11789 Change-Id: I72a04e206dd990d1e90d4b6890e583ff48da1ff9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/216325 Reviewed-by: Artem Titov <titovartem@webrtc.org> Commit-Queue: Andrey Logvin <landrey@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33851}
This commit is contained in:

committed by
WebRTC LUCI CQ

parent
0c563a42ec
commit
e644c09ff3
@ -26,7 +26,7 @@ void DefaultAudioQualityAnalyzer::Start(std::string test_case_name,
|
||||
void DefaultAudioQualityAnalyzer::OnStatsReports(
|
||||
absl::string_view pc_label,
|
||||
const rtc::scoped_refptr<const RTCStatsReport>& report) {
|
||||
// TODO(https://crbug.com/webrtc/11683): use "inbound-rtp" instead of "track"
|
||||
// TODO(https://crbug.com/webrtc/11789): use "inbound-rtp" instead of "track"
|
||||
// stats when required audio metrics moved there
|
||||
auto stats = report->GetStatsOfType<RTCMediaStreamTrackStats>();
|
||||
|
||||
|
Reference in New Issue
Block a user