Stop recording by id

Use this to stop a specific recording by its unique identifier.

POSThttps://api.100ms.live/v2/recordings/<object_id>/stop
curl --location --request POST 'https://api.100ms.live/v2/recordings/<object_id>/stop' \ --header 'Authorization: Bearer <management_token>' \
RESPONSE
Status: 200 OK
{ "id": "<recording-id>", "room_id": "<room-id>", "session_id": "<session-id>", "status": "stopping", "created_at": "2023-03-30T06:53:03.67Z", "started_at": "2023-03-30T06:53:06.787Z", "updated_at": "2023-03-30T06:53:06.833Z", "stopped_at": null, "meeting_url": "<meeting-url>", "started_by": "", "stopped_by": "", "asset_types": [ "room-composite", "chat", "transcript", "summary", ], "recording_assets": null }

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234