Re: [webrtc-pc] Missing url in RTCIceCandidateInit (#2795)

Exposing the constructor in JS is, like RTCSessionDescription an artifact from the time when you had to write code like this:
```
pc.setRemoteDescription(new RTCSessionDescription({...json})
```
From [this commit](https://github.com/webrtcHacks/adapter/commit/c9f9b7637842fa7a69065f47361951d08740caa9) I'd say this was before 2016.

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


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

Received on Friday, 27 January 2023 08:27:16 UTC