[webrtc-pc] Pull Request: Add RTCRtpCodecRtxParameters dictionary (related to #548)

ibc has just submitted a new pull request for 
https://github.com/w3c/webrtc-pc:

== Add RTCRtpCodecRtxParameters dictionary (related to #548) ==
As discussed in #548, and also in 
[ORTC](https://github.com/openpeer/ortc/issues/444#issuecomment-203560671),
 having RTX as a separate codec is of little use and error prune as it
 implies cross references in the codec list (assuming the needed but 
undocumented `parameters.apt` existed).

This pull request adds a new `rtx` parameter of type 
`RTCRtpCodecRtxParameters` to the `RTCRtpCodecParameters` dictionary, 
and also disallows RTX codecs in both `RTCRtpParameters.codecs` and 
`RTCRtpCodecCapability`.

See https://github.com/w3c/webrtc-pc/pull/683

Received on Wednesday, 1 June 2016 17:13:55 UTC