Re: [webrtc-pc] Superfluous union in addIceCandidate.

@aboba AFAIK all the information `addIceCandidate` needs is in `RTCIceCandidateInit`, and the extra properties of `RTCIceCandidate` merely parse the `candidate` string, and already don't show up in the signaling channel, because they're explicitly [not enumerated](http://w3c.github.io/webrtc-pc/#dom-rtcicecandidate-tojson).

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

Received on Monday, 6 August 2018 20:13:00 UTC