Re: [mediacapture-main] Enforcing user gesture for getUserMedia (#639)

One case where we could enforce user gesture is the following:
- User denied access to getUserMedia for a page, for instance at page load time or when entering a chat room
- User wants to grant microphone access and clicks a button on the web page
- getUserMedia is called as part of the button click handler.

We could try to enforce that a user gesture is required to call getUserMedia whenever user previously denied getUserMedia access for a given page.

-- 
GitHub Notification of comment by youennf
Please view or discuss this issue at https://github.com/w3c/mediacapture-main/issues/639#issuecomment-549257203 using your GitHub account

Received on Monday, 4 November 2019 08:22:52 UTC