Screen recording feature (mediaRecorder)

Capture the screen and saving the video

Techs

  1. chrome.desktopCapture
  2. navigator.mediaDevices.getDisplayMedia media display (screen , tab , window)
  3. MediaRecorder record the screen
  4. Save the recording as a BLOB or a file

Starting

  1. Changing the permissions in manifest.json
    1. "tabCapture", "activeTab", "scripting", "downloads"

19 june 2025

Step -2 : Done ; Integrating in into Brie codebase - Done ;

  1. Screen capture using navigator.mediaDevices.getDisplayMedia
  2. Now user can select tab / screen / window