- From: guidou via GitHub <sysbot+gh@w3.org>
- Date: Tue, 15 Oct 2024 14:16:18 +0000
- To: public-webrtc@w3.org
guidou has just created a new issue for https://github.com/w3c/mediacapture-main: == What is the purpose of requiring a successful gUM call before enumerateDevices? == In the past, the requirement for enumerateDevices was to have the corresponding permissions granted. Now a successful gUM call is required, which is a stronger requirement. I think the old version was better, since that one allowed implementations to have the gUM requirement by making the permission nonpersistent. Forcing the gUM requirement on implementations with persistent permissions makes persistent permissions largely uselses, since one of the objectives of persistent permissions is to avoid constant prompts for frequent users of VC applications. I agree that always prompting might have some privacy benefits, but this comes at the cost of making things more difficult or inconvinient for frequent users of VC applications. I think this is an area where it is better to let UAs decide the tradeoff that works better for their users. It also makes it easier to achieve interoperability between UAs without breaking compatibility with existing applications. Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/1019 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 15 October 2024 14:16:19 UTC