- From: Harald Alvestrand <harald@alvestrand.no>
- Date: Mon, 28 Oct 2013 19:20:25 +0100
- To: public-webrtc@w3.org
Received on Monday, 28 October 2013 18:20:55 UTC
On 10/28/2013 07:00 PM, Jan-Ivar Bruaroey wrote:
> One more: you probably want to use the lowercasenospacesordashes name
> convention here too:
> enum RTCStatsIceCandidateType {
> "host",
> - "server-reflexive",
> - "peer-reflexive",
> + "serverreflexive",
> + "peerreflexive",
> "relayed"
> };
You're right - changed!
Received on Monday, 28 October 2013 18:20:55 UTC