commit | 48ae01c5b0896ae407ac15795b41c8d82e8eae16 | [log] [tgz] |
---|---|---|
author | Henrik Boström <hbos@webrtc.org> | Thu Apr 08 07:30:05 2021 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 15 11:35:30 2021 |
tree | 59b63b54e8f76297cf98386aff6cc4bb2723bfec | |
parent | ba8780fb851626daa89cf7c025460dd11fc78ed4 [diff] |
[Merge-91] Remove RTCRemoteInboundRtpStreamStats duplicate members. The RTCReceivedRtpStreamStats hierarchy, which inherit from RTCRtpStreamStats, already contain members ssrc, kind, codec_id and transport_id so there's no need to list them inside RTCRemoteInboundrtpStreamStats. This CL removes duplicates so that we don't DCHECK-crash on Android, and adds a unit test ensuring we never accidentally list the same member twice. (cherry picked from commit 943ad970f4087bac5c503fe93fb99d953d475652) Bug: webrtc:12658 Change-Id: I27925eadddc6224bf6d6a91784ed7cafd7a4cfb3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/214343 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Original-Commit-Position: refs/heads/master@{#33649} Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/215233 Cr-Commit-Position: refs/branch-heads/4472@{#4} Cr-Branched-From: 3e0c60ba4ef28a9f26fe991e5eec3150402c7dd3-refs/heads/master@{#33644}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See here for instructions on how to get started developing with the native code.
Authoritative list of directories that contain the native API header files.