1571258ca689458d5d940949ccbc7e66997dd03d

1. Use ComponentContext::Create instead of ComponentContext::CreateAndServeOutgoingDirectory. We're not actually serving an outgoing directory here, and trying to causes conflicts when this code is linked into a Fuchsia component. 2. Mark the whole screen as having been updated on each frame. Some codecs were assuming that nothing on the screen was changing, and so only the first frame would be shared. Change-Id: Icb02a2cc097947b85cceddec49291e666257ed81 Bug: webrtc:14681 Bug: webrtc:14682 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/283920 Reviewed-by: Alexander Cooper <alcooper@chromium.org> Reviewed-by: Sarah Pham <smpham@google.com> Commit-Queue: Hunter Freyer <hjfreyer@google.com> Cr-Commit-Position: refs/heads/main@{#38682}
…
…
…
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.
Development
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.
More info
- Official web site: http://www.webrtc.org
- Master source code repo: https://webrtc.googlesource.com/src
- Samples and reference apps: https://github.com/webrtc
- Mailing list: http://groups.google.com/group/discuss-webrtc
- Continuous build: https://ci.chromium.org/p/webrtc/g/ci/console
- Coding style guide
- Code of conduct
- Reporting bugs
- Documentation
Description
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%