commit | 9296a16f9d00db097558b0d91ecba793046151bd | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue Mar 21 15:28:52 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 21 17:20:38 2023 |
tree | 0a741af923ae6fd2dad8bc436ffc27c13f92a048 | |
parent | ebb5383fd8cc5f0187ec17e21b0aa1e042a7a871 [diff] |
Remove SctpDataChannel::Init() This is a small tweak to explicitly remove this second construction step from SctpDataChannel (async call to OnTransportReady) and move it over to DataChannelController, which is where OnTransportReady() is called from otherwise. Bug: webrtc:11547 Change-Id: Ie86fa85cbb79b405248f88b47d5920c7f163dba6 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/297921 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39627}
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.