- From: Florent Castelli via GitHub <sysbot+gh@w3.org>
- Date: Wed, 16 Feb 2022 16:34:05 +0000
- To: public-webrtc-logs@w3.org
Most of it looks good to me, but we may have an issue with returning the `scalabilityMode` of the preferred codec before negotiation as it may change if we call `setCodecPreferences()` and we could unintentionally change the meaning from "use default value" to "use a specified value". How can we make sure that the default value is preserved for applications that aren't aware of the SVC specification and yet use `setParameters()` and `setCodecPreferences()`? Should we also invalidate the `sender.[[LastReturnedParameters]]` internal slot after calling `setCodecPreferences()`? -- GitHub Notification of comment by Orphis Please view or discuss this issue at https://github.com/w3c/webrtc-svc/pull/64#issuecomment-1041854227 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 16 February 2022 16:34:07 UTC