commit | 335d084b3bfcfe16069c3cf528d074278a14a3bc | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Sat Mar 25 09:56:18 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Mar 25 11:40:35 2023 |
tree | 60dbbd83db0f2a673fef4a76e6de7bdb42a90895 | |
parent | cbe5d814986bed1db9294232b8e5f7da6f976d13 [diff] |
Remove GetSctpSslRole, only use GetSctpSslRole_n This updates DataChannelController and test classes to use GetSctpSslRole_n instead and query the role on the network thread. Along the way this CL makes the init config struct for when constructing data channels, mandatory. It's now passed via const& instead of by pointer. In practice a valid pointer was always being passed. Bug: webrtc:11547 Change-Id: I0f4bbf364969cc2dec07871c297ddbef0c175f86 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298307 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39676}
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.