Stop recording
Stop the active screen recording.
POST
/api/recording/stopStop the active screen recording.
Authorization
BearerAuth AuthorizationBearer <token>
API key passed as a Bearer token.
In: header
Response Body
application/json
application/json
curl -X POST "https://<sandbox_id>.sandbox.leap0.dev/api/recording/stop"{ "id": "rec_1234567890", "active": true, "started_at": "2019-08-24T14:15:22Z", "stopped_at": "2019-08-24T14:15:22Z", "download": "string", "mime_type": "video/mp4", "file_name": "rec_1234567890.mp4", "display": ":0", "resolution": "1440x900"}{ "message": "string"}
