Re: setting bandwidth

On 07/28/2013 11:23 PM, piranna@gmail.com wrote:
>> The demo at
>> http://webrtc.googlecode.com/svn/trunk/samples/js/demos/html/constraints-and-stats.html
>> shows how one can display bandwidth usage based on reading stats counters.
>>
>> The necessary code is present in Chrome 28 (stable).
>>
> Does this works (the display bandwidth usage) for DataChannels too?
>
>
No, there isn't a BytesReceived stat on the whole connection yet - the
skeleton is there in Canary, instantiating the relevant object, but the
actual counters haven't landed in code yet (nor in the spec).

Received on Monday, 29 July 2013 04:13:48 UTC