UMRIDemoSubsystem::RequestOBSRecording¶
Class: UMRIDemoSubsystem
Requests OBS to start or stop recording.
Syntax¶
Parameters¶
| Parameter | Type | Description |
|---|---|---|
startStop |
bool |
true to start recording, false to stop. |
Return Value¶
Status code from the OBS integration (currently unimplemented).
Remarks¶
Currently a stub; BYO websockets client for OBS control. I used easywsclient startStop true to start recording, false to stop. Status code from the OBS integration (currently unimplemented).