Reland "Update RTCStatsCollector to work with RtpTransceivers"

Original change's description:
> 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}

Bug: webrtc:8764
Change-Id: I6a682824febf3f4f41397fc1a8dd7396c4ffa8e3
Reviewed-on: https://webrtc-review.googlesource.com/54160
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22064}
This commit is contained in:
Steve Anton
2018-02-15 15:19:50 -08:00
committed by Commit Bot
parent b953245311
commit 57858b3be0
24 changed files with 708 additions and 478 deletions

View File

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