Hello.
I'm in the process of implementing the Audio Connector integration based on this code: GitHub - GenesysCloudBlueprints/audioconnector-server-reference-implementation: This is an example server for AudioConnector to be used by Genesys Cloud customers to help get them acquainted with the AudioConnector Protocol.
I want to add real time streaming transcription to the chunks of audio as they arrive (I'm using Amazon Transcribe). How would I do it? Which part of the code should I modify? I have tried some implementations and it hasn't worked so far.
Appreciate any help.