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

So, if I understand correctly, `ufrag` in `RTCIceCandidateInit` may be `undefined` but not `null`. And for `RTCIceCandidate` it's the opposite - it may not be `undefined` but it can be `null`. Right? But I can't find an indication in the description of `RTCIceCandidateInit` that `ufrag` is optional.

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

Received on Thursday, 16 March 2017 11:57:01 UTC