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.