Issue 116: Retrieving RTCRtpParameters

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