Re: [webrtc-pc] [[associated MediaStreams]] and [[send encodings]] internal slots for RTCRtpSender are not used

The [[associated MediaStreams]] internal slot does not seemed to be used. 

However, the[[send encodings]] internal slot is used in both setParameters and getParameters:

In `setParameters`:
"Let `N` be the number of `RTCRtpEncodingParameters` stored in sender's internal [[send encodings]] slot.... If `parameters.encodings.length` is different from `N` ..."

In `getParameters`: 
"`encodings` is set to the value of the [[send encodings]] internal slot."

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

Received on Monday, 19 June 2017 18:31:38 UTC