Re: [webrtc-pc] [[IceRole]] initialized too late (#3088)

> ...and on the wrong transport (RTCDtlsTransport has no such slot)

What's going on here is that [RTCDtlsTransport](https://w3c.github.io/webrtc-pc/#idl-def-rtcdtlstransport) has an [iceTransport](https://w3c.github.io/webrtc-pc/#dom-rtcdtlstransport-icetransport) attribute pointing to an [RTCIceTransport](https://w3c.github.io/webrtc-pc/#idl-def-rtcicetransport), so creating the former implicitly necessitates creating the latter at the same time, I suppose. 

This would probably be cleaner with creation algorithms for both.

-- 
GitHub Notification of comment by jan-ivar
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3088#issuecomment-3947283246 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 23 February 2026 20:54:19 UTC