commit | d2afbaf33fe637f4f5a58b3a33c7e1209a199b6a | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Mar 02 09:51:16 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 02 14:21:55 2023 |
tree | 12ded99087c1891ea27b7f7d6c36e2dcfb275349 | |
parent | 2311f93909b02c0ef7196e6f30e0849ae1428ecd [diff] |
Remove sigslot from PeerConnectionInternal and RTCStatsCollector. It turns out that there were several sigslot instances across data channel, pc and stats classes that in practice only served as means to update two counters in RTCStatsCollector. There's already a notification path that's suitable. This also fixes a case where the PC instance sat in the middle of notifications from datachannels to the datachannel controller. Bug: webrtc:11943 Change-Id: Ic60b76021584019f82085f6651230fe2fe82d465 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295781 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39456}
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.