Screen Recorder
Content Type: Module
Categories: User Interface
Overview
Screen Recorder Module: Enables users to start/stop screen recording via a nanoflow, built with JavaScript action, producing a downloadable .webm file.
Documentation
Overview:
-
Start Screen Recording:
- The Start button triggers a nanoflow, which calls a JavaScript action to begin capturing the screen.
-
Stop Screen Recording:
- The Stop button triggers another nanoflow, calling a second JavaScript action to stop recording and save the file as .webm.
-
JavaScript Actions:
- Two separate JavaScript actions handle starting and stopping the screen recording, using browser APIs.
-
Nanoflow Activity:
- Both actions are exposed as nanoflow activities, which can be dragged and dropped into any nanoflow in the app.
-
UI Integration:
- Users can add Start and Stop buttons to trigger the nanoflow activities for recording control.
Releases
Version: 1.0.0
Framework Version: 10.12.1
Release Notes: Download another release that supports your Studio Pro Version.
Learn more about building Pluggable React Widgets.