commit | 541756ff6b9d0d1d917029535f05d5290b7c4ac9 | [log] [tgz] |
---|---|---|
author | Danil Chapovalov <danilchap@webrtc.org> | Thu Sep 07 10:29:43 2023 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 07 10:41:49 2023 |
tree | da8f265fcfb18bc2cee735def8993c97b14818a8 | |
parent | 8fd09016e69a76a32670c64363b75b734ac009d4 [diff] |
Discourage structs in api Structs make api harder to evolve: deprecated unused properties, change how data is represented. Classes with accessors allow more graduated and safer api evolution. Bug: None Change-Id: I8ebd5e072d51cf7f5800666cfdac523d0f9a937f Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/317520 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#40714}
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.