commit | 0d5ce62d015cdb69a21d11171e9f01f2d32bfce7 | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Fri Mar 18 14:57:15 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 18 16:17:24 2022 |
tree | a3dfb4ee085b4e7c08dce5cdbb114f2ae3ffbccc | |
parent | 7bd06dda3c9e057df99e743679116e12dfbc738e [diff] |
Make RtpTransceiver not inherit from RefCountedObject. Also update API proxy Create() factory functions to accept the inner reference counted object via scoped_refptr instead of a raw pointer. This is to avoid accidentally creating and deleting an object when passing an inner object to a proxy class. Consider something like: auto proxy = MyProxy::Create( signaling_thread(), make_ref_counted<Foo>()); Bug: webrtc:13464, webrtc:12701 Change-Id: I55ccfff43bbc164a5e909b2c9020e306ebb09075 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256010 Reviewed-by: Niels Moller <nisse@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36261}
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.