commit | cb7c7366d0bea44c8b9eadab043263a1e02e1928 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Mon May 09 14:49:37 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon May 09 14:55:00 2022 |
tree | 379bea71f4e3fdd451df080eed42afc514a6fd94 | |
parent | a154a15c978a0eae133d957dcad3581fd5f98c7b [diff] |
Separate reading remote_ssrc from using the rtp_config() getter. `remote_ssrc` can be considered const while some other state represented by rtp_config() can not and also is tied to a specific thread. Separating access to these variables, makes moving things around easier. Bug: webrtc:11993 Change-Id: I70aa000daab6174a401e01dca163213174e8f284 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/261316 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36818}
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.