[webrtc-pc] Setting encodings[].active in an RtpReceiver

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

== Setting encodings[].active in an RtpReceiver ==
Section 5.2 (definition of Active) states: 
For an RTCRtpReceiver, indicates that this encoding is being decoded. 
Setting it to false causes this encoding to no longer be decoded. 
Setting it to true causes this encoding to be decoded.

Since there is no receiver.setParameters(), there is no way to set 
encodings[].active, so this cannot be correct.

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

Received on Tuesday, 8 November 2016 18:14:41 UTC