w3c / webrtc-extensions

A repository for experimental additions to the WebRTC API
https://w3c.github.io/webrtc-extensions/
Other
58 stars 19 forks source link

How is RTCRtpCodec codec used? #195

Open stefhak opened 8 months ago

stefhak commented 8 months ago

Looking at https://w3c.github.io/webrtc-extensions/#rtcrtpencodingparameters, a new parameter "codec" is added. However, it is not used in any of the algorithms in section 7 (parameters.codecs is used in 7.2.1, presumably that refers to codecs in https://w3c.github.io/webrtc-pc/#rtcrtpparameters?).

fippo commented 8 months ago

@Orphis ^