- From: Jan-Ivar Bruaroey <jib@mozilla.com>
- Date: Mon, 28 Oct 2013 14:00:49 -0400
- To: Harald Alvestrand <harald@alvestrand.no>, "public-webrtc@w3.org" <public-webrtc@w3.org>
Received on Monday, 28 October 2013 18:01:32 UTC
One more: you probably want to use the lowercasenospacesordashes name
convention here too:
enum RTCStatsIceCandidateType {
"host",
- "server-reflexive",
- "peer-reflexive",
+ "serverreflexive",
+ "peerreflexive",
"relayed"
};
.: Jan-Ivar :.
On 10/24/13 2:21 AM, Harald Alvestrand wrote:
> I've updated http://www.w3.org/2011/04/webrtc/wiki/Stats with most of
> the suggestions, and a few other fiddles. It should also be easy
> (easier?) now to generate WebIDL from the source; just take the
> content of all the <pre> sections.
>
> I also made all the byte counters "long long"; we've found that 32-bit
> byte counters overflow rapidly.
>
> Thanks very much for the feedback!
>
Received on Monday, 28 October 2013 18:01:32 UTC