- From: Bernard Aboba via GitHub <sysbot+gh@w3.org>
- Date: Tue, 02 Nov 2021 22:46:41 +0000
- To: public-webrtc-logs@w3.org
Fippo said: "Lets assume I set L1T3 in addTransceiver. 1. Assuming I set L1T3 and VP8 gets negotiated: yay 2. Assuming I set L1T3 and VP9 gets negotiated: uhm? 3. Assuming I set L3T3 and VP8 gets negotiated: uhm?" [BA] The spec envisages that the application will need to use `getParameters()` to determine whether the requested `scalabilityMode` was set. For example, in case 3, `getParameters()` would reveal that "L3T3" was not set. Exactly how this should be represented may potentially be impacted by https://github.com/w3c/webrtc-svc/issues/48 For example, would `getParameters()` return no `scalabilityMode` member, or should it return `scalabilityMode: L1T1`? -- GitHub Notification of comment by aboba Please view or discuss this issue at https://github.com/w3c/webrtc-svc/issues/50#issuecomment-958322148 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 2 November 2021 22:46:43 UTC