- From: Sergio Garcia Murillo via GitHub <sysbot+gh@w3.org>
- Date: Wed, 13 Apr 2016 08:31:25 +0000
- To: public-ortc@w3.org
murillo128 has just created a new issue for https://github.com/openpeer/ortc: == Wrong usage of RTCIceCredentialType enum in examples == ```javascript gatherOptions.gatherPolicy = RTCIceGatherPolicy.relay; ``` should be ```javascript gatherOptions.gatherPolicy = "relay"; ``` Please view or discuss this issue at https://github.com/openpeer/ortc/issues/466 using your GitHub account
Received on Wednesday, 13 April 2016 08:31:27 UTC