[webrtc-pc] RTCRtpDecodingParameters

aboba has just created a new issue for https://github.com/w3c/webrtc-pc:

== RTCRtpDecodingParameters ==
Currently, RTCRtpDecodingParameters is defined as follows: 

dictionary RTCRtpCodingParameters {
    DOMString rid;
};

dictionary RTCRtpDecodingParameters : RTCRtpCodingParameters {
};

Some questions: 

a. Since WebRTC 1.0 API doesn't support simulcast reception, why is rid attribute in RTCRtpDecodingParameters?
b. Does codecPayloadType belong in RTCRtpDecodingParameters? 

Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/1852 using your GitHub account

Received on Monday, 23 April 2018 20:05:43 UTC