| commit | 4e1217b0dd975827e8659b8e28559c79e8f6c004 | [log] [tgz] |
|---|---|---|
| author | Danil Chapovalov <danilchap@webrtc.org> | Mon Aug 18 15:48:12 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Aug 19 13:34:55 2025 |
| tree | ec389143f5cd79edcc68c7ba3fabb37aac70058d | |
| parent | 234b25c51d81f4d207963c118686c70ee6d66e77 [diff] |
Cleanup RtcEvents copy constructors Remove direct references and make RtcEvent data member private as mandated by style guide. This would simplify changing type of that data member. Rely on RtcEvent copy constructor over copying one member explicitly, in particular make RtcEvents copy constructors default where possible. While at it cleanup usage of WrapUnique helper - duplicating class name when using that helper is not needed. Bug: webrtc:42223979 Change-Id: I6d81cd69ce86af20c8a31b4716f52a5e93a105d3 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/405020 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45378}
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.