Re: [webrtc-pc] Unimplementable input validation steps in setCodecPreferences (#2805)

The same problem exists with [step 4](https://w3c.github.io/webrtc-pc/#dom-rtcrtptransceiver-setcodecpreferences): _"Remove any duplicate values in codecs."_

We can't use `===` on dictionaries. Putting this step _after_ the "is in" check should solve this, and then define "is in" to mean all members must match.

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


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

Received on Wednesday, 14 December 2022 01:08:25 UTC