When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording the call.
connect_resume_contact_recording(InstanceId, ContactId,
InitialContactId)
[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.
svc$resume_contact_recording( InstanceId = "string", ContactId = "string", InitialContactId = "string" )
Only voice recordings are supported at this time.