Skip to main content

RecordingAppOptions

Electron APIs / recorder / RecordingAppOptions

Configuration options for launching or customizing the recording application behavior.

See

Example

const options: RecordingAppOptions = {
showDebugWindow: true,
enableDebugLogs: true,
};

Properties

PropertyTypeDescription
enableDebugLogs?booleanEnables verbose debug logs for the recorder. Can be used to troubleshoot issues during recording.
showDebugWindow?booleanWhether to show the recorder capture (OBS) window during runtime. Useful for debugging or development purposes.