Pause recording for room

Use this API to pause the recording that is running for a room.

The recording can be resumed later.

POSThttps://api.100ms.live/v2/recordings/<room_id>/pause
curl --location --request POST 'https://api.100ms.live/v2/recordings/<room_id>/pause' \ --header 'Authorization: Bearer <management_token>' \
RESPONSE
Status: 200 OK
{ "id": "<recording-id>", "room_id": "<room-id>", "session_id": "<session-id>", "status": "running", "created_at": "2023-12-20T04:37:43.496Z", "started_at": "2023-12-20T04:37:46.225Z", "updated_at": "2023-12-20T04:37:46.225Z", "stopped_at": null, "meeting_url": "<meeting-url> ", "started_by": "", "stopped_by": "", "asset_types": null, "recording_assets": null, "destination": "<destination-name>" }

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234