commit | 8955cd7c2bc9b6d8037413c6e33e91e8c862163f | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Oct 10 19:11:25 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sun Oct 12 18:23:15 2025 |
tree | 93bc735b624241d1383066ae8bd34fd1a80086fa | |
parent | 8fc65c0533bf653d8aeaaadf7a709c1e91eb8f63 [diff] |
Add a sctp_transport_interface build target Introduce a dedicated sctp_transport_interface build target to improve modularity and break an undesirable dependency. Previously, `webrtc_sdp.cc` included `sctp_transport_internal.h` to access SCTP constants. The biggest code block in this CL is moving the block commented as "Constants that are important to API users" block from the internal code to `sctp_transport_interface.h`. Bug: webrtc:42222470 Change-Id: I6f211e871584ccad5662a9303fd60b7690124419 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/415920 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45908}
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.