Re: [webrtc-pc] RTCRtpCodecCapability is superfluous and should be deleted from the spec. (#2974)

As a result of this getCapabilities returns
```
dictionary RTCRtpCapabilities {
  required sequence<RTCRtpCodec> codecs;
  required sequence<RTCRtpHeaderExtensionCapability> headerExtensions;
};
```
which seems quite inconsistent? The more consistent way to collapse this would have been to fold RTCRtpCodec into this?

-- 
GitHub Notification of comment by fippo
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2974#issuecomment-2168288279 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 14 June 2024 15:36:52 UTC