Re: [webrtc-pc] Clarify a=rtpmap codec mappings should be offered even if the codec is not a preferred one (#2932)

>  preferring to receive on a send-only codec is kind of silly, so that would be a feature not a bug....

If `transciever.direction` is `sendrecv` or `recvonly`, the filtering we have already makes sure you wouldn't prefer to receive a send-only codec, protecting against that which makes no sense.

But if the direction is `sendonly`, then we have to list the sendonly codec in order to allow `pc2` to answer with this codec.
- Either that or we say that the way to do unidirection is by modifying SDP. It's not illegal, it's just ugly.

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


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

Received on Thursday, 8 February 2024 09:52:41 UTC