[webrtc-pc] Need to specify which members of the encodings in "sendEncodings" are actually used

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

== Need to specify which members of the encodings in "sendEncodings" are actually used ==
The description of the `sendEncodings` member of `RTCRtpTransceiverInit` is currently:

> A sequence containing parameters for sending RTP encodings of media.

This somewhat implies that the full contents of the `RTCRtpEncodingParameters` are processed and used when generating an offer. But the only member that appears used by JSEP is `rid`. If this is correct, it should be clarified somewhere, either in the description of `sendEncodings` or in the `addTransceiver` steps.

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

Received on Monday, 13 March 2017 23:14:03 UTC