Resume recording for stream

Use this API to resume recording that was paused for the live stream.

POSThttps://api.100ms.live/v2/live-streams/<stream_id>/resume-recording
curl --location --request POST 'https://api.100ms.live/v2/live-streams/<stream_id>/resume-recording' \ --header 'Authorization: Bearer <management_token>' \
RESPONSE
Status: 200 OK
{ "id": "<stream_id>", "room_id": "<room_id>", "session_id": "<session_id>", "status": "running", "meeting_url": "<meeting_url>", "playback": { "url": "<master-manifest-url>" }, "recording": { "hls_vod": true, "single_file_per_layer": true }, "destination": "<destination_name>", "created_at": "2023-03-22T04:24:10Z", "started_at": "2023-03-22T04:25:11Z", "updated_at": "2023-03-22T04:25:11Z", "started_by": "", "stopped_at": null, "stopped_by": "", "recording_assets": null }

Have a suggestion? Recommend changes ->

Run in postman

Was this helpful?

1234