commit | 1158bde7c2044687ce6273007a125be92e45f01d | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Thu Mar 30 10:01:56 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 31 07:14:39 2023 |
tree | 5b32a61d39b3f9797292913f102e0695f0fe7414 | |
parent | c888db24a410561681626e3ad40cdacf57229372 [diff] |
[SctpDataChannel] Add a copy of the sid for the network thread. * Rename id_ -> id_s_, add id_n_ and thread guards. * Same for getters, sid() -> sid_s(), add sid_n() As more things migrate over to the network thread, we'll only need the _n variant. Bug: webrtc:11547 Change-Id: Ic998330f4c81b0f6833967631ac70edc2ca2301c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299141 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39724}
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.