Can I record a particular tab using JavaScript without showing the whole screen share dialog box?

97 views Asked by At

Here, I am using Chrome extension manifest version 3, and I want to add some features and functionality, such as screen recording without showing the screen share dialog box. Of course, I want to give permission for a particular tab without showing the whole dialog box.

I tried getDisplayMedia but it is showing the whole popup, and I want to record a particular tab, so it did not work. Then, I used tabCapture but it is not working in both content and background scripts

0

There are 0 answers