
Default
Select the configured OBS Studio Connection to connect to
| Value | Description |
|---|---|
Default | Only the default configured OBS Studio connection |
Any | All configured OBS Studio connections |
| Name | Type | Description |
|---|---|---|
Example Value: trueIf the selected OBS connection is connected | ||
Example Value: trueIf the selected OBS connection is recording | ||
Example Value: trueIf the selected OBS connection is streaming | ||
Variables generated by all triggers and available within all action executions. |
public bool ObsIsConnected(int connection = 0)
public bool ObsIsRecording(int connection = 0)
public bool ObsIsStreaming(int connection = 0)