commit | 869c87a2b9d9f4194d77dd30dc4175a2ecf28a74 | [log] [tgz] |
---|---|---|
author | Tomas Gunnarsson <tommi@webrtc.org> | Mon May 02 19:08:43 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 02 20:41:39 2022 |
tree | de401f115126a826237b78175fc3fae47af23f90 | |
parent | edeeef24a6ef192ba7f15a74c4c61fec25bc914e [diff] |
Revert "Make deletion of Connection objects more deterministic." This reverts commit 942cac2e9e6a205fd673dc003a051cfb3867f2e3. Reason for revert: Reverting while downstream updates are made. Original change's description: > Make deletion of Connection objects more deterministic. > > This changes most deletion paths of Connection objects to go through > the owner class of the Connection instances, Port. > > In situations where Connection objects still need to be deleted > asynchronously, `async = true` can be passed to > `Port::DestroyConnection` and get the same behavior as > `Connection::Destroy` formerly gave. > > The `Destroy()` method still exists for downstream compatibility, but > instead of deleting connection objects asynchronously, the deletion > now happens synchronously via the Port class. > > Bug: webrtc:13892, webrtc:13865 > Change-Id: I07edb7bb5e5d93b33542581b4b09def548de9e12 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/259826 > Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> > Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#36676} Bug: webrtc:13892, webrtc:13865 Change-Id: I37a15692c8201716402ba5c10f249e4d3754ce4c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/260862 Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36736}
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.