Re: [webrtc-pc] setCodecPreferences vs unidirectional codecs (#2888)

setCodecPreferences() is setting the list of PTs at the end of the m= line, which indicates which codecs you prefer to *receive*.

Send-only codecs should either be silently dropped from the list (and an empty list should be an error), or they should cause the setCodecPreferences() call to fail.

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


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

Received on Friday, 17 November 2023 14:06:39 UTC