[webrtc-pc] What should receiver.getParameters() return?

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

== What should receiver.getParameters() return? ==
Section 5.2.1 defines RTCRtpParameters.codecs[] as follows: 

"A sequence containing the media codecs that an RTCRtpSender will choose from, as well as entries for RTX, RED and FEC mechanisms. Corresponding to each media codec where retransmission via RTX is enabled, there will be an entry in codecs[] with a mimeType attribute indicating retransmission via "audio/rtx" or "video/rtx", and an sdpFmtpLine attribute (providing the "apt" and "rtx-time" parameters). Read-only parameter."

Does this imply that receiver.getParameters().codecs[] is always empty? 

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

Received on Tuesday, 17 April 2018 07:23:38 UTC