| commit | 890e15d6b54ccd736eceb6060ea5953b9045b794 | [log] [tgz] |
|---|---|---|
| author | iknoom <moonki1107@gmail.com> | Thu Nov 20 14:13:45 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 21 07:33:11 2025 |
| tree | 7e5c98b9a01d30d7d531e5ebe87ee7cef280160e | |
| parent | 32df929168f55ca688a325bf44a37bbed7c7199a [diff] |
Fix rtp_encode not running correctly in release build `acm->RegisterTransportCallback()` was inside `RTC_DCHECK_EQ`, which is stripped in release builds. Changed `RTC_DCHECK_EQ` to `RTC_CHECK_EQ` so the logic executes in release build. Bug: None Change-Id: I55d2479a31335d45dffbad4770698f936deb8b12 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/427020 Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46248}
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.