commit | 8814dfd124b019aec9340254504bffcffc643b61 | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Tue May 17 08:12:17 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 17 09:28:54 2022 |
tree | 69f7635d17389cf3ed534b7e12682b92cbe2ee63 | |
parent | 969c1356af28be4f02bf0c91e66b169b611584d4 [diff] |
Remove RTCPReceiver::main_ssrc_. RTCPReceiver::main_ssrc_ and local_media_ssrc() represent the same value but could get out of sync when `set_media_ssrc()` was called. Instead of using main_ssrc_, just use the local_media_ssrc() accessor. Bug: webrtc:11993 Change-Id: I2b034287e6b6025d9b0d2affa391a168896a614b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/262663 Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/main@{#36905}
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.