Skip to main content

Conference recording pause

POST 
/conferences/:id/actions/record_pause

Pause conference recording.

Request

Path Parameters

    id stringrequired

    Specifies the conference by id or name

Body

required

    command_id string

    Use this field to avoid duplicate commands. Telnyx will ignore any command with the same command_id for the same call_control_id.

    recording_id string

    Use this field to pause specific recording.

Responses

200: Successful response upon making a conference command.

401: Unauthorized

404: Conference does not exist

422: Unprocessable entity

Loading...