Stream Kit Docs
API ReferenceOBS

Recording Stopped

OBS trigger: obs:obs:recording:recording-stopped

Recording Stopped

Trigger IDobs:obs:recording:recording-stopped
PluginOBS
CategoryRecording

Variables

Copy variables into handler fields using {variableName} syntax.

{outputActive}{outputState}{outputPath}
NameTypeDescription
{outputActive}
boolean

Whether the OBS output is active.

Example: false

{outputState}
string

OBS output state string (stream/recording).

{outputPath}
string

File path for recording or replay output.

Example: C:/Videos/recording.mp4

On this page