commit | c839686a8393d0be15c929687cfefd41004c3753 | [log] [tgz] |
---|---|---|
author | Philipp Hancke <phancke@meta.com> | Thu Mar 13 14:37:51 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 14 14:45:21 2025 |
tree | dc1b006256ba1dc07825046e3fda791b9fe7a2ac | |
parent | a22e244a8d22db2291cc51dcc4bdb0a54488c488 [diff] |
Introduce SctpOptions struct as argument to SctpTransport::Start currently containing the SDP-negotiated parameters - max-message-size - sctp-port (local and remote) This deprecates SctpTransportInternal::Start with the individual parameters. Replace calls to Start(local_sctp_port, remote_sctp_port, max_message_size); with Start({ .local_port = local_sctp_port, .remote_port = remote_sctp_port, .max_message_size = max_message_size }); BUG=webrtc:402429107 Change-Id: I43c60075e28b211bdc95c2040d3cccd0ac96d125 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/380580 Reviewed-by: Victor Boivie <boivie@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Philipp Hancke <phancke@meta.com> Cr-Commit-Position: refs/heads/main@{#44130}
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.