[ortc] Wrong usage of RTCIceCredentialType enum in examples

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