Re: [webrtc-pc] Can candidate.ufrag be null?

In the `RTCIceCandidate` interface, ufrag is nullable, whereas in the `RTCIceCandidateInit` dictionary, it's optional. So depending on if the interface or dictionary is used, it will be either `null` or `undefined`. This exact line of text was the subject of this PR: https://github.com/w3c/webrtc-pc/pull/994

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

Received on Wednesday, 15 March 2017 20:23:48 UTC