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

On reading the text, I wondered whether the [[send encodings]] slot exists to store the `sendEncodings` member of `RTCRtpTransceiverInit` provided to addTransceiver(), or whether it is supposed to contain sender.getParameters().encodings[] on an ongoing basis.  Currently, the setParameters() text doesn't indicate that the method modifies the [[send encodings]] slot, so perhaps it is the former?

Was the text below intended to refer to the [[send encodings]] slot?

If sendEncodings is set, then subsequent calls to createOffer will be configured to send multiple RTP encodings as defined in [JSEP] (section 5.2.2. and section 5.2.1.).

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

Received on Saturday, 18 March 2017 00:31:19 UTC