commit | 1d26fd33caa35125ed1ed8dc313c570851b2b179 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon Mar 18 16:57:52 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 18 18:27:50 2024 |
tree | d338a2a19696dbe9b1738ebda46aaa95c32596b9 | |
parent | 4f33b9595996e11a27c1392ede711fc040e4abbd [diff] |
Replace SignalClosed sigslot with absl::AnyInvocable This restricts the interface such that only a single onclose handler can be set and that only one OnClose() notification will be fired. That behavior is the same as how the previous sigslot was being used, but the difference is that, in addition to removing sigslot, this pattern is now more explicitly checked in the design. Bug: webrtc:11943 Change-Id: I469c8cab3d62544988c8145b326af60b06b76d8e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/343340 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#41920}
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.