commit | bb57e2d7aa9b36843233d1394422f03d12d9c31f | [log] [tgz] |
---|---|---|
author | Tommi <tommi@webrtc.org> | Fri Feb 04 10:48:18 2022 |
committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 04 14:00:42 2022 |
tree | d3d9cfa0bed34b2e9cb6a13409bf2a353868cb94 | |
parent | bfaaa95f36f36f24494506a8186528fe998910ea [diff] |
Remove `stopped_` from AudioRtpReceiver and VideoRtpReceiver. This simplifies the logic in these classes a bit, which makes upcoming change easier. The `stopped_` flag in these classes was essentially the same thing as `media_channel_ == nullptr`, which is what's consistently used now for the same checks. Bug: webrtc:13540 Change-Id: Ib60bfad9f28d5ddee8a8d5170c3f2a7ef017a5ca Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/250163 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35907}
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.