- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Mar 2025 01:01:04 +0000
- To: public-webrtc-logs@w3.org
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