commit | d9b04adbdbb5e85a86acb422977423d2c4476bcb | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Wed Oct 02 20:00:26 2024 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 04 13:05:46 2024 |
tree | b2763259f21ba17a815ffe8d1752cb73d771e8a9 | |
parent | ca3ac5fe64c61e7f7c4ca8f87052085273e8015c [diff] |
Cleanup static constants in modules/rtp_rtcp/ Change static const to static constexpr where applicable In .cc files ensure static constants are in unnamed namespace Remove obsolete declaration for class level constexpr values Bug: None Change-Id: I23759974b5042c8c9d9ec2816ee7df283a8872d4 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/364483 Auto-Submit: Danil Chapovalov <danilchap@webrtc.org> Reviewed-by: Emil Lundmark <lndmrk@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#43171}
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.