- 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
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