Issue 136: Handling of RTCRtpParameters

At the July 20 ORTC CG meeting, it was proposed that the RTCRtpParameters object be completely filled in when passed to RTCRtpReceiver.receive() or RTCRtpSender.send(). If the passed RTCRtpParameters could not be implemented the browser would provide an Exception or Error rather than modifying RTCRtpParameters to indicate what it had implemented.

All of this put together implies that there is no longer a need for getParameters. 

It also implies that we do not need a Promise for send. 

Received on Monday, 21 July 2014 20:04:07 UTC