Re: [webrtc-pc] Accept relayProtocol and url in RTCIceCandidate constructor (#3038)

The test asserts the presence of "relayProtocol" on candidates gathered from a stun server?
```
      assert_equals(candidate.relayProtocol, 'udp', 'relayProtocol');
      assert_equals(candidate.url, 'stun:stun.example.org', 'url');
```
How is that not violating https://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-relayprotocol?

And how is
```
      relayProtocol: 'tls',
      url: 'turn:turn.example.net'
```
gathering a tls relay candidate from a `turn:` url?

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


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

Received on Thursday, 27 March 2025 01:01:05 UTC