This API starts recording the contact when the agent joins the 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.
connect_start_contact_recording(InstanceId, ContactId, InitialContactId,
VoiceRecordingConfiguration)
An empty list.
[required] The identifier of the Amazon Connect instance.
[required] The identifier of the contact.
[required] The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
[required] Who is being recorded.
svc$start_contact_recording(
InstanceId = "string",
ContactId = "string",
InitialContactId = "string",
VoiceRecordingConfiguration = list(
VoiceRecordingTrack = "FROM_AGENT"|"TO_AGENT"|"ALL"
)
)