commit | c2429a080d74337c122271cf9e205e3d321d8a68 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Mar 03 10:28:23 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 03 12:32:47 2023 |
tree | 068f0e018aa1ca2147819e8fb38be61dcad847bb | |
parent | 65a6ecab337e34eddd511dbd9da1a920ab503025 [diff] |
Simplify SctpDataChannel construction a bit. This moves SctpDataChannel construction a step closer to RAII by moving the error checks out of SctpDataChannel::Init() and not construct an SctpDataChannel instance unless error checks have been done first in SctpDataChannel::Create. Ideally the Init() method shouldn't be needed but there is test code that constructs an SctpDataChannel instance without running the Init() steps but they're required by the SctpDataChannel::Create() path. Bug: none Change-Id: I8498693063c28355f901d27c4fe7bd45b7d4be26 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/295860 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39467}
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.