- From: Taylor Brandstetter via GitHub <sysbot+gh@w3.org>
- Date: Fri, 30 Jun 2017 10:33:52 +0000
- To: public-webrtc@w3.org
taylor-b has just created a new issue for https://github.com/w3c/webrtc-pc: == Examples with dictionaries shouldn't use quotes around member names == For example, it should be: `var configuration = { iceServers: [{ urls: "stuns:stun.example.org" }] };` Instead of: `var configuration = { "iceServers": [{ "urls": "stuns:stun.example.org" }] };` Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1444 using your GitHub account
Received on Friday, 30 June 2017 10:33:57 UTC