- From: Jan-Ivar Bruaroey <jib@mozilla.com>
- Date: Thu, 15 Jan 2015 16:06:24 -0500
- To: "Cullen Jennings (fluffy)" <fluffy@cisco.com>, Harald Tveit Alvestrand <harald@alvestrand.no>
- CC: "public-webrtc@w3.org" <public-webrtc@w3.org>
On 1/15/15 1:54 PM, Cullen Jennings (fluffy) wrote: >> On Jan 5, 2015, at 2:40 PM, Harald Alvestrand <harald@alvestrand.no> wrote: >> >> The current RTCStatsType is defined like this: >> >> enum RTCStatsType { >> "inboundrtp", >> "outboundrtp", >> "session", >> "track", >> "transport", >> "candidatepair", >> "localcandidate", >> "remotecandidate" >> }; >> >> There are no values for the datachannel stats. >> >> To make this symmetric with RTP, I suggest we add "inbounddata" and "outbounddata". >> >> -- >> Surveillance is pervasive. Go Dark. >> > On a related topic to this, I think we should change this from an enum to a string because of the issues where we can't extent an enum in webIDL I believe we're only in trouble if we take RTCStatsType as input somewhere, I don't think we do. .: Jan-Ivar :.
Received on Thursday, 15 January 2015 21:06:52 UTC