- From: Harald Alvestrand via GitHub <noreply@w3.org>
- Date: Thu, 19 Jun 2025 06:11:19 +0000
- To: public-webrtc-logs@w3.org
Seems to me that we can solve this use case (not talking to fingerprints you don't like) with: - DtlsTransport.getRemoteFingerprints() - returns all the fingerprints extracted from the SDP, valid after SRD(whatever) - A guarantee that if you call pc.close() from the signalingState event handler, DTLS is not initiated. DtlsTransport.getRemoteFingerprints() can probably be polyfilled with an SDP parser (looking at @fippo) so that we can see if it's an ergonomic API. -- GitHub Notification of comment by alvestrand Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/3055#issuecomment-2986757779 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 19 June 2025 06:11:20 UTC