[ortc] Split RTCRtpEncodingParameters in RTCRtpEncodingParameters and RTCRtpDecodingParameters

murillo128 has just created a new issue for 
https://github.com/openpeer/ortc:

== Split RTCRtpEncodingParameters in RTCRtpEncodingParameters and 
RTCRtpDecodingParameters  ==
Hi

Currently, RTCRtpEncodingParameters is a mix of parameters used in 
RTPSender and RTPReceiver, but only have a few of them that can be 
used in both. Moreover, some of them have different meaning depending 
on the context it is used.

IMHO, we should have a different object for each usage. This would 
require to split also the RTCRtpParameters 

Please view or discuss this issue at 
https://github.com/openpeer/ortc/issues/440 using your GitHub account

Received on Monday, 21 March 2016 11:23:59 UTC