commit | 932e361a9493645aa9efcec3344d65caf5094232 | [log] [tgz] |
---|---|---|
author | Boris Tsirkin <btsirkin@meta.com> | Tue Jan 07 10:40:37 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 08 02:41:45 2025 |
tree | 2080e0011012916e2a7fe6bb686cfe4f418b3a51 | |
parent | a0743a7dac34216f169248630715a086caa15dcc [diff] |
Format /api folder At Meta, we have formatted the repo according to WebRTC .clang-format file. Currently, those changes are stored as patch and we'd like to apply them to the base WebRTC release instead. I will be submitting CLs per folder. The plan is to format all h|cc|mm|m files, while exlcuding Matlab files from the formatter as clang misinterprets them as ObjC. Formatting done via: git ls-files | grep -E '^api\/.*\.(h|cc)' | xargs clang-format -i No-Iwyu: Includes didn't change and it isn't related to formatting Bug: webrtc:42225392 Change-Id: I4d7470104983d5d32612f9347301354265fb34c8 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/373520 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43671}
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.