Re: Issue 82: getStats interface

I like this idea. Gives us what we want without replicating the method
everywhere.


On Thu, May 8, 2014 at 10:32 PM, Bernard Aboba
<Bernard.Aboba@microsoft.com>wrote:

> >From Shijun Sun:
>
> I’ve been thinking more about the getStats() interface.
>
> One possible way to separate it from other objects is probably to define
> it as
>
> Interface RTCStats{
> void getStats(object, success_callback, failure_callback);
> }
>
> The “object” can be RtpSender, RtpReceiver, IceTransport, DtslTransport,
> SdesTransport, etc. and can be extended without changing other existing
> objects.
>

Received on Friday, 9 May 2014 18:43:44 UTC