resumeContactRecording
inline suspend fun ConnectClient.resumeContactRecording(crossinline block: ResumeContactRecordingRequest.Builder.() -> Unit): ResumeContactRecordingResponse
When a contact is being recorded, and the recording has been suspended using SuspendContactRecording, this API resumes recording whatever recording is selected in the flow configuration: call, screen, or both. If only call recording or only screen recording is enabled, then it would resume.
Voice and screen recordings are supported.