Re: [webrtc-pc] Split out RTCRtpDecodingParameters and fix active.

So, the only thing left in `RTCRtpDecodingParameters` is `rid`? But since WebRTC endpoints don't receive simulcast, when would this actually be populated?

>    JSEP currently does not provide a mechanism to configure receipt of
>    simulcast.  This means that if simulcast is offered by the remote
>    endpoint, the answer generated by a JSEP endpoint will not indicate
>    support for receipt of simulcast, and as such the remote endpoint
>    will only send a single encoding per m= section.

I'd suggest just removing `RTCRtpReceiveParameters.encodings` altogether. That would simplify things a bit.

-- 
GitHub Notification of comment by taylor-b
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/pull/1807#issuecomment-380831047 using your GitHub account

Received on Thursday, 12 April 2018 14:44:52 UTC