- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Fri, 9 May 2014 05:32:22 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
>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