commit | 6efbd1fdbc63773eacac0ab388ef40ebd147f4a5 | [log] [tgz] |
---|---|---|
author | Samuel Attard <samuel.r.attard@gmail.com> | Mon Jun 12 22:07:14 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jun 20 10:23:18 2023 |
tree | 8bb7e83913a71b4204e1d00a4514f62da8158b5f | |
parent | 328e7b2af2f248b10673211b0ddb75f7523ee06b [diff] |
fix: do not use dispatch_queue_global_t directly Referencing this type directly is not allowed when building with the macOS 14.0 SDK. Other usages in webrtc follow this inline pattern too so going with this instead of "auto" which also works. Change-Id: I84a0ba9c78e83843bc73c71c642caca75750f127 Bug: chromium:1454356 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/308560 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40313}
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.