commit | 0bdeb7818cb6248017867b5e7d4e1cba33500dfc | [log] [tgz] |
---|---|---|
author | Evan Shrubsole <eshr@webrtc.org> | Tue Jul 01 08:03:53 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 01 10:58:20 2025 |
tree | b0f9cfc35eb5a61c97bf70bd11f2a8b8bfee43c5 | |
parent | c432ba14dbb2cdd2b90a6f18043254cbcfa2fd0e [diff] |
Remove re-exported symbols from rtc and cricket namespaces Change generated by running git grep -E -l 'namespace (rtc|cricket)\b \{' > /tmp/export_files.txt xargs -a /tmp/export_files.txt -L 1 \ ex -s -c "/#ifdef WEBRTC_ALLOW_DEPRECATED_NAMESPACES/norm d]#" -c "x" xargs -a /tmp/export_files.txt sed -i \ -e '/\/\/ Re-export symbols from/d' \ -e '/\/\/ TODO(bugs.webrtc.org\/4222596): Remove once/d' \ -e '/\/\/ Backwards compatibe aliases/d' \ -e '/\/\/ TODO: https:\/\/issues.webrtc.org\/42225969/d' Bug: webrtc:4222596 Change-Id: Ie62e14b53466da41a2c6421305973e0974fe7e0c No-IWYU: LSC Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/396080 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Evan Shrubsole <eshr@webrtc.org> Cr-Commit-Position: refs/heads/main@{#45057}
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.