commit | 4f7ade5c58daa674e05f6acc3526963c1f75a8c9 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Wed Mar 29 18:46:59 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Mar 29 20:27:54 2023 |
tree | 5be48044ff8af7d3631c04b7745d442b7eca58ce | |
parent | c33d8e2c14269fc730c5e41104170b6c193bba23 [diff] |
Create SctpDataChannel objects on the network thread. * Change data channel creation code to return RTCError for more detailed/accurate errors. * Move DataChannelController::sid_allocator_ to the network thread. * Add a temporary duplicate vector of channels on the network thread. This will eventually be the main vector. * Delete one test that turns out to be racy (as long as we're using both the signaling and network threads). Bug: webrtc:11547, webrtc:12796 Change-Id: I93ab721a09872d075046a907df60e8aee4263371 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/298624 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39719}
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.