Re: [webrtc-pc] getRemoteFingerprints() needed. (#3055)

Comments from the working group discussion of 17/6/2025 where this was discussed.

@jan-ivar : Implementing RTCDtlsTransport.getRemoteCertificates() in Firefox is tracked in https://bugzil.la/1805446

@alvestrand : I *think* you only need pc.transport.getFingerprint() (and preferably being able to do that before doing DTLS handshake)

@pthatcherg : If it's a remote offer, I think you can do that, but what if it's a remote answer?
I guess if you're fast enough, you can stop the SCTP/RTP.  But it's a race.

@alvestrand : you'd want to handle inspection of the fingerprint in the signaling state event handler.

@pthatcherg :Doing it per-DtlsTransport avoid the problems with non-BUNDLE.  

So.. this could be fixed by DtlsTransport just returning RTCCertificates that have .getFingerprints(), right?

(me) : Only if I can reject before the first media/stcp packets flow


 

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


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

Received on Wednesday, 18 June 2025 12:12:00 UTC