Re: [webrtc-pc] Section 5.4.1 Simulcast functionality (#2480)

There is no way to configure a transceiver to receive multiple RTP encodings using `createOffer`, `createAnswer` or `setParameters`. This is because the `RTCRtpReceiver` has no `setParameters` method, and `addTransceiver` takes an optional `RTCRtpTransceiverInit` dictionary as an argument, which includes a `sendEncodings` member, but not `receiveEncodings`. 

-- 
GitHub Notification of comment by aboba
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2480#issuecomment-589769377 using your GitHub account

Received on Friday, 21 February 2020 18:11:33 UTC