Fields
Screen Recorder Field
The Screen Recorder Field allows for recording a screen directly from the browser.
Basic usage
Adds a screenrecorder
field to the fields of an action.
Result
The field will be displayed as a button on the form that starts and stops the recording, as below:
The resultant data will be available in the stubpost.data
as:
This can be substituted with eg. ~~stubpost.data.screen_recording
where required.
Parameters
See fields for common field parameters like validation and conditional rendering.