- From: Florent Castelli via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Jan 2022 14:11:38 +0000
- To: public-webrtc-logs@w3.org
In the SVC spec https://w3c.github.io/webrtc-svc/#error-handling: `However, an error will result only if the requested scalabilityMode value is invalid for any supported codec.`. I guess this should throw an `RTCError` with description `hardware-encoder-error` or just an `OperationError`. We should probably be more clear about what to do there. While it doesn't apply for `addTransceiver`, we may want to make sure that `setParameters` only checks the negotiated codec list or the subset indicated by `setCodecPreferences` prior negotiation. -- GitHub Notification of comment by Orphis Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/57#issuecomment-1016502950 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 January 2022 14:11:40 UTC