webrtcrecording

Can I record browser screen without user permission?


I have requirement to record browser or tab with audio. Currently I can able to record browser and audio using chrome extension. But the problem is, I need to ask user to click on chrome extension every time.

So is there any way to record tab/browser with audio without asking user approval?

Please assist.


Solution

  • No. Chrome values the user desire to control their own computer higher than your desire to record their actions.

    See also https://w3c.github.io/mediacapture-screen-share/#active-user-consent for the privacy considerations around this.