W3C home > Mailing lists > Public > public-webrtc-logs@w3.org > May 2017

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

From: Philip Jägenstedt via GitHub <sysbot+gh@w3.org>
Date: Fri, 12 May 2017 11:21:39 +0000
To: public-webrtc-logs@w3.org
Message-ID: <issue_comment.created-301051557-1494588098-sysbot+gh@w3.org>
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

This archive was generated by hypermail 2.4.0 : Saturday, 6 May 2023 21:19:40 UTC