Chime SDK real time transcription using voice connector outbound calls using UI

0

A Chime SDK Voice connector has termination enabled with outbound host name and allowed host list IP’s. Here the calls are being recorded and saved to S3. We have enabled Streaming and added Call analytics configuration for recording and real time transcription but no real time transcription is being done.

So need help on below:

  1. Using UI, how can we configure real time transcription using the Chime SDK voice connector with Termination(outbound host) configured?
  2. How can we add our custom code along with real time transcription, say suppose if we need to send a notification of the language identified for the transcript?
質問済み 2ヶ月前139ビュー
1回答
0

To enable real-time transcription using the Chime SDK voice connector with termination configured:

  • Create a call analytics configuration using the CreateMediaInsightsPipelineConfiguration API to enable transcription.
  • Associate the call analytics configuration with the voice connector using PutVoiceConnectorStreamingConfiguration API.

This will enable transcription for calls handled by that voice connector. The real-time transcription results will be available through the media insights APIs.

To add custom code along with real-time transcription:

  • Use the transcription events and results exposed through the media insights APIs in your custom application code
  • You can process transcription results in real-time as they become available for a call.
profile picture
エキスパート
回答済み 1ヶ月前
  • Thanks Giovanni Lauria for your response. Actually we are purely using the AWS UI for this and not doing any code development. So wanted to understand if this type of configuration we can achieve using UI of Call analytics>Configuration and SIP Trunking>Voice Connectors.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ