Remove 6 deprecated symbols Removed 6 deprecated symbols that have no usage in WebRTC internals or downstream projects (google3 and Chromium). Removed symbols: - SctpTransportInternal::Start(int, int, int) - AbsoluteCaptureTimeSender::OnSendPacket (deprecated overload) - IceTransportInternal::SubscribeCandidateGathered (without tag) - PacketTransportInternal::SubscribeReceivingState (without tag) - PortAllocatorSession::SubscribeCandidatesAllocationDone (without tag) - DtlsTransportInternalImpl (deprecated constructor) Also removed SimpleIceTransport which was only used by the removed DtlsTransportInternalImpl constructor. Updated remove_deprecated.md instructions to clarify downstream search and use this bug. Bug: webrtc:42224904 Change-Id: If267474a094f88a687d501b3a376889e04a64836 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/479420 Commit-Queue: Harald Alvestrand <hta@webrtc.org> Reviewed-by: Danil Chapovalov <danilchap@webrtc.org> Auto-Submit: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/main@{#47929}
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.