| commit | 77158ace7515cbd38a05a63318f2040fb230e3f5 | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Thu Mar 30 07:05:23 2023 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 30 09:47:54 2023 |
| tree | c5c063d0a6d2d02f1c9440817e85c81204fd116a | |
| parent | 91160efca4bbd361253f38bf1f2a502401647bd0 [diff] |
DataChannelController: Rename HasDataChannels->HasDataChannelsForTest The reason is that: * SDP/PeerConnection code should use HasUsedDataChannels() instead. * HasDataChannels() touches the list of data channels on the signaling thread, which will be a problem when it's moved to the network thread. * It's only needed by tests. Bug: webrtc:11547 Change-Id: Idd47365c429e5f1d6e3812cf558c4e6fefbf733c Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299481 Commit-Queue: Henrik Boström <hbos@webrtc.org> Auto-Submit: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#39721}
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.