- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Fri, 27 Jun 2014 20:57:18 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
In the current editor's draft there is no way to retrieve RTCRtpParameters objects from the RTCRtpReceiver or RTCRtpSender objects. 
Proposed resolution is as follows:
partial interface RTCRtpSender : RTCStatsProvider {
RTCRtpParameters getParameters ();
};
partial interface RTCRtpReceiver : RTCStatsProvider {
RTCRtpParameters getParameters ();
};
Received on Friday, 27 June 2014 20:57:48 UTC