Stream Kit Docs
API ReferenceOBS

Input Unmuted

OBS trigger: obs:obs:source:input-unmuted

Input Unmuted

Trigger IDobs:obs:source:input-unmuted
PluginOBS
CategorySource

Variables

Copy variables into handler fields using {variableName} syntax.

{inputName}{inputUuid}{inputMuted}{inputEnabled}
NameTypeDescription
{inputName}
string

OBS input (source) name.

Example: Test Input

{inputUuid}
string

OBS input UUID.

Example: test-input-uuid

{inputMuted}
boolean

Input Muted (boolean).

Example: false

{inputEnabled}
boolean

Input Enabled (boolean).

Example: true

Conditions

ConditionDescription
Input nameMatch OBS input/source name. Leave empty to match any input.

On this page