I am new to extension development, and I am trying to create something like loom chrome extension which would record user screen. After researching I found out that desktopCapture api can be used to record the user screen, but using the desktopCapture prompt the user to choose which screen they want to share.
I installed loom chrome extension and there was an option to record just the current tab of the user, and when I click on it, it didn't ask for permissions or choice, it just record the current tab seamlessly. How is that happening? How can I record just the current tab without any prompts or permissions?
The official chrome extension mentions that **recording the user screen or tab without their permission is considered invasive and may violate user privacy. It's always a good idea to be transparent with users about what you're capturing and why** I am a little confused about it, loom didn't ask for any permission before recording the current tab. And how to record the current tab without any privacy issues?