- From: Philipp Hancke via GitHub <sysbot+gh@w3.org>
- Date: Fri, 18 Mar 2022 09:56:18 +0000
- To: public-webrtc-logs@w3.org
the general problem with a codecsToOffer accessor is that we run into the same issue that we have with RTCRtpSender.getCapabilities(kind) being sync while some of the hardware-enabled codecs might need time to initialize (and I am not a fan of the MC approach). Maybe we should have an _async_ transceiver.getCapabilities (we can still change the rtp header extension api since it hasn't shipped yet)? Negotiated codecs can be retrieved via getParameters -- GitHub Notification of comment by fippo Please view or discuss this issue at https://github.com/w3c/webrtc-extensions/issues/100#issuecomment-1072252150 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Friday, 18 March 2022 09:56:19 UTC