- From: henbos via GitHub <sysbot+gh@w3.org>
- Date: Thu, 07 Nov 2024 12:49:00 +0000
- To: public-webrtc-logs@w3.org
henbos has just submitted a new pull request for https://github.com/w3c/webrtc-pc: == Filter codecs preferences on transceiver direction == Fixes #3006. As decided by the WG, this PR implements [Proposal A at TPAC](https://docs.google.com/presentation/d/1dFntwgSd9MrLnd1Sf58eBHstkodUd30WSKGIaK5K2CM/edit#slide=id.g302dfc81162_4_26), i.e: - A sendonly transceiver can prefer sendonly codecs. - A recvonly transceiver can prefer recvonly codecs. - A sendrecv transceiver can only prefer codecs that we can both send and receive with. If you want to do different things in different directions, use different transceivers. This is supported via filtering based on RTCRtpTransceiver.direction. In addition, the case where filtering results in an empty codec preferences this is treated as "no preference" as per [Proposal A at Virtual Interim](https://docs.google.com/presentation/d/1tfFiR2xqyEybbmnGUALqdWHpDx2W47YnlO65gI0HvBA/edit#slide=id.g30790f41697_14_26). See https://github.com/w3c/webrtc-pc/pull/3018 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 7 November 2024 12:49:00 UTC