Re: [webrtc-pc] RTCPeerConnection does not move to the closed state when RTCDTLSTransport receives close_notify DTLS alert (#3053)

You can not move the peer connection to closed as a result of receiving a DTLS close alert.
You can still do an ice restart which would not be allowed if `[[IsClosed]]` were set.

Listening for the DTLS transport state change is a good way to detect this and consider acting.

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


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

Received on Wednesday, 11 June 2025 17:07:13 UTC