I am developing a chrome extension. I want to record the browser tab of google chrome as video for a specific time as ScreenCastify chrome extension do. How would I do that in my chrome extension.
Thanks in Advance
I am developing a chrome extension. I want to record the browser tab of google chrome as video for a specific time as ScreenCastify chrome extension do. How would I do that in my chrome extension.
Thanks in Advance
ScreenCastify uses chrome.desktopCapture
API.
Check out this example :
https://github.com/GoogleChrome/chrome-extensions-samples/tree/main/apps/samples/desktop-capture