| commit | 5cacf2b91a466da7e4641fa629a4fe70efd510fc | [log] [tgz] |
|---|---|---|
| author | Tommi <tommi@webrtc.org> | Fri Nov 28 08:03:09 2025 |
| committer | WebRTC LUCI CQ <webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Nov 28 13:34:23 2025 |
| tree | 49299f62704fcdc15b6d3a78d44a0c144285a9f4 | |
| parent | 2d54547204529c843a73d751bfe69af51131c79b [diff] |
Remove redundant DtlsTransportInternal pointers from DtlsSrtpTransport Remove the rtp_dtls_transport_ and rtcp_dtls_transport_ member variables from DtlsSrtpTransport, which were redundant with the packet transport pointers stored in the base RtpTransport class. DtlsSrtpTransport now accesses the transports via the base class and casts them to DtlsTransportInternal*, which is safe because SetDtlsTransports enforces the type. This change consolidates ownership and storage of the transport pointers, reducing the risk of desynchronization and simplifying the state management. Bug: none Change-Id: If6ad9340cea1532ac19d7672340d2abee56413af Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/429143 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Tomas Gunnarsson <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#46342}
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.