webrtc-pc icon indicating copy to clipboard operation
webrtc-pc copied to clipboard

rtcicecandidate: add relayProtocol

Open fippo opened this issue 1 year ago • 2 comments

which is already defined in webrtc-stats https://w3c.github.io/webrtc-stats/#dom-rtcicecandidatestats-relayprotocol for local candidates


Preview | Diff

fippo avatar Aug 16 '22 06:08 fippo

This is mostly a consistency issue between the candidate object and the candidate stats, see here for details.

I did consider (and actually implemented) .url as well but that is already defined to be part of the icecandidate event. Also this is polyfillable (at least in some browsers, Firefox still uses the same priority for tcp and tls?)

fippo avatar Aug 16 '22 06:08 fippo

Editors meeting: Seems uncontroversial. Might want to call attention to it somehow before merging (posting to ML, or adding to a meeting agenda).

alvestrand avatar Aug 18 '22 14:08 alvestrand

Reference should be to RFC 8656 Section 3.1 (which also defines DTLS transport); RFC 5766 is obsolete.

aboba avatar Sep 22 '22 14:09 aboba