RAW WS REQUEST
● Settings: Request Type, Request Data
● No On/Off States
● Supported in Multi-Actions
Description
Send a raw websocket request compliant with the OBS Websockets protocol
Settings
- Request Type - OBS Websockets protocol request type as string
- Request Data - OBS Websockets protocol request data as JSON object
States
Default
Configuring a request
This is an advanced action that allows you to send a raw request supported by the OBS Websockets protocol.
The Request Type
field requires a valid string, and the Request Data
field requires a valid JSON object.
Examples
Action | Request Type | Request Data |
---|---|---|
Set Scene to Scene A | SetCurrentProgramScene | {"sceneName": "Scene A"} |
Toggle Replay Buffer | ToggleReplayBuffer | |
Set Audio Monitor Type | SetInputAudioMonitorType | {"inputName": "Mic", "monitorType": "OBS_MONITORING_TYPE_MONITOR_ONLY"} |