Re: [webrtc-pc] RTCIceCandidate constructor should not require sdpMid/sdpMLineIndex

@foolip 

> The safest way to align the spec with this is to require no arguments at all, matching Edge.

I agree, this needs to land: https://github.com/w3c/webrtc-pc/pull/1153. Also, there is clarity needed for the 

@soareschen 

> Note that I follow the current editor draft to throw error if either sdpMid or sdpMLineIndex is null.

I think you meant "if both"? They are nullable, so they are allowed to be null... except: 

> When run, if both the sdpMid and sdpMLineIndex dictionary members are null, throw a TypeError.

But there seems to be some disagreement in how that's interpreted. 

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

Received on Monday, 15 May 2017 19:47:04 UTC