Re: [webrtc-stats] Don't expose so many RTCCodecStats! (#662)

Thanks for the input. With the bugfix that landed today, the "hundreds of objects" have been brought down to ~43 so this issue is less alarming, but before we close this spec issue we should decide on:
- Proposal A: 43 objects is good enough, close this issue.
- Proposal B: 43 objects is unnecessary when the information is available in `pc.local/remoteDescription` already. Only expose the codecs that are currently in use (have a `codecId` reference), in most cases this would be one per kind (or maybe direction and kind) if all streams used the same codec.

I'd be happy to reduce the codec count further to simplify code and reduce bloat, but I also don't care very strongly.

-- 
GitHub Notification of comment by henbos
Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/662#issuecomment-1235555449 using your GitHub account


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

Received on Friday, 2 September 2022 14:12:27 UTC