- From: Philipel-WebRTC via GitHub <noreply@w3.org>
- Date: Thu, 26 Feb 2026 15:36:58 +0000
- To: public-webrtc-logs@w3.org
Philipel-WebRTC has just submitted a new pull request for https://github.com/w3c/webrtc-rtptransport: == Break out connection establishment control into a modular API. == In this PR: - Removed ICE specific API surfaces from RtcTransport. - Added an enum `RtcTransportTransportControllerType` that is passed to the ctor of the RtcTransport to control the transport controller type. - Added a `transportController` member to RtcTransport that exposed the selected controller type. - Added an `interface RtcManualIceController` that provides a low level ICE interface. - Added a half-baked `inteface RtcAutomaticIceController` that provides a high level ICE interface. See https://github.com/w3c/webrtc-rtptransport/pull/106 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 26 February 2026 15:36:59 UTC