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

It's back up, and this is what is was:
```JavaScript
[
  'new RTCIceCandidate',
  'new RTCIceCandidate({})',
  'new RTCIceCandidate({ candidate: ""})',
  'new RTCIceCandidate({ candidate: "foo"})',
].forEach(expr => {
  test(() => eval(expr), expr);
});
```

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

Received on Friday, 12 May 2017 11:21:45 UTC