Remove unused members from WebRtcVoiceEngine and channels This cleanup removes member variables that were declared but never used in the implementation, likely as a result of previous refactorings or the send/receive channel split. - WebRtcVoiceEngine: removes is_dumping_aec_ - WebRtcVoiceSendChannel: removes unsignaled_frame_transformer_ - WebRtcVoiceReceiveChannel: removes send_codec_spec_ Bug: None Change-Id: I555ceca1b72f8d0f1d9e79b92945fda6850fc2bf Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/455200 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Tomas Gunnarsson <tommi@webrtc.org> Auto-Submit: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47091}
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.