cURL
curl --request POST \ --url http://localhost:2468/v1/desktop/recording/stop
{ "bytes": 1, "fileName": "<string>", "id": "<string>", "startedAt": "<string>", "status": "recording", "endedAt": "<string>", "processId": "<string>" }
Stops the active desktop recording and returns the finalized recording metadata.
Desktop recording stopped
x >= 0
recording
completed
failed