- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Fri, 21 Feb 2020 18:11:31 +0000
- To: public-webrtc-logs@w3.org
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