Hello guys!
I would like implement a script which enables to start/stop the recording of a call
I have seen this API : PATCH /api/v2/conversations/{conversationId}/participants/{participantId}
{
"recording" : false/true
}
I have tested this API, it works but only with non ACD calls, in my use case I would like use also the same behavior with ACD calls. I know we can enable consent before the transfert to ACD in a architect flow but in my use case I would like make a stop/start of a recording during conversation with a customer for ACD calls?
I have seen this idea : https://genesyscloud.ideas.aha.io/ideas/WEM-I-50 which fits with my requirement with manual initialization for recording
Any hints or need to wait specific API?
BR
jeremy