Skip to content

/AWS1/CL_CNT=>STARTCONTACTRECORDING()

About StartContactRecording

Starts recording the contact:

  • If the API is called before the agent joins the call, recording starts when the agent joins the call.

  • If the API is called after the agent joins the call, recording starts at the time of the API call.

StartContactRecording is a one-time action. For example, if you use StopContactRecording to stop recording an ongoing call, you can't use StartContactRecording to restart it. For scenarios where the recording has started and you want to suspend and resume it, such as when collecting sensitive information (for example, a credit card number), use SuspendContactRecording and ResumeContactRecording.

You can use this API to override the recording behavior configured in the Set recording behavior block.

Only voice recordings are supported at this time.

Method Signature

IMPORTING

Required arguments:

IV_INSTANCEID TYPE /AWS1/CNTINSTANCEID /AWS1/CNTINSTANCEID

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

IV_CONTACTID TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID

The identifier of the contact.

IV_INITIALCONTACTID TYPE /AWS1/CNTCONTACTID /AWS1/CNTCONTACTID

The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.

IO_VOICERECORDINGCONF TYPE REF TO /AWS1/CL_CNTVOICERECORDINGCONF /AWS1/CL_CNTVOICERECORDINGCONF

The person being recorded.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_CNTSTRTCONTACTRCING01 /AWS1/CL_CNTSTRTCONTACTRCING01