Skip to content

UMRIDemoSubsystem::RequestOBSRecording

Class: UMRIDemoSubsystem

Requests OBS to start or stop recording.

Syntax

int UMRIDemoSubsystem::RequestOBSRecording(bool startStop)

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).