Issue 82: getStats interface

>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 05:32:51 UTC