w3c / webrtc-pc

WebRTC 1.0 API
https://w3c.github.io/webrtc-pc/
Other
436 stars 115 forks source link

Separate Send/ReceiveCodecs and NegotiatedCodecs #2972

Open alvestrand opened 4 months ago

alvestrand commented 4 months ago

This makes it unambiguous what to return in RTCRtpSender/Receiver's getParameters() function (null before negotiation, filled in after, which corresponds to implementations).

Fixes #2956


Preview | Diff