Skip to main content
POST
/
rooms
/
{room_name}
/
recordings
/
stop
rooms/:name/recordings/stop
curl --request POST \
  --url https://api.daily.co/v1/rooms/{room_name}/recordings/stop \
  --header 'Authorization: Bearer <token>'
{
  "status": "sent"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

room_name
string
required

Response

200