Search code examples
javascriptgoogle-chromegoogle-chrome-extensionscreencast

Screen Recording of Google Chrome Browser


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


Solution

  • ScreenCastify uses chrome.desktopCapture API.