commit | 60d4adcde0e2afa92539d02183861dd5d9d66aa9 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Mar 03 12:34:42 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 13:39:22 2023 |
tree | 681117470ac22cae5240105143057fb2dd465a60 | |
parent | c2429a080d74337c122271cf9e205e3d321d8a68 [diff] |
Use void* instead of uintptr_t for tracking pointers. RTCStatsCollector internally keeps track of open data channels but does not need (or want) to interact directly with those channels, hence uintptr_t was used instead of pointers to the channel objects. This changes that to use void* to avoid having to do the cast. This is a follow-up action item to https://webrtc-review.googlesource.com/c/src/+/295781 This CL also changes the container type: std::set -> webrtc::flat_set Bug: webrtc:12689 Change-Id: I13d3f4a41ef83dab38411193187e872b9d6d3cff Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295871 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39468}
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.