commit | f6aade0adad9ae1bc880c9246e2854a5276045c0 | [log] [tgz] |
---|---|---|
author | Joachim Reiersen <joachimr@meta.com> | Tue Aug 05 21:03:48 2025 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Aug 11 18:34:23 2025 |
tree | 663a4b9fa63607fa0a7cdcaa70a1fe851664578e | |
parent | 85642b2e0881e2dc8466dffd173a33873a5e4d97 [diff] |
Separate assignment statements in echo_canceller3 Two variable assignments had been combined into one statement as they were separated by commas, not semicolons. Based on the formatting of surrounding code this looks unintentional. (While not a logical bug, fixing as this caused a compilation issue in one particular internal build configuration) Bug: None Change-Id: I076209010e012bc59617439523edba637d54bb10 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/403186 Reviewed-by: Per Ã…hgren <peah@webrtc.org> Reviewed-by: Gustaf Ullberg <gustaf@webrtc.org> Commit-Queue: Joachim Reiersen <joachimr@meta.com> Cr-Commit-Position: refs/heads/main@{#45318}
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.