Update RTCStatsCollector to work with RtpTransceivers

Bug: webrtc:8764
Change-Id: I8b442345869eb6d8b65fd12241ed7cb6e7d7ce3d
Reviewed-on: https://webrtc-review.googlesource.com/49580
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Reviewed-by: Henrik Boström <hbos@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22026}
This commit is contained in:
Steve Anton
2018-02-14 16:07:42 -08:00
committed by Commit Bot
parent ae8a90a1d4
commit 56bae8ded3
24 changed files with 693 additions and 479 deletions

View File

@ -41,8 +41,4 @@ std::vector<RtpSource> RtpReceiverInterface::GetSources() const {
return {};
}
int RtpReceiverInterface::AttachmentId() const {
return 0;
}
} // namespace webrtc