Skip to content

Commit

Permalink
Merge branch 'main' into update-go-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tbarbugli authored Nov 5, 2024
2 parents 5b45754 + 1db4ae2 commit 76b4bff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ When using out of the box, transcriptions are optimized for calls with english s

Please note: the call transcription feature does not perform any language translation. When you select a different language, the transcription process will simply improve the speech-to-text detection for that language.

You can set the transcription languages in two ways: either as a call setting or you can provide them to the `StartTranscription` API call. Languages are specified using their international language code (ISO639)
You can set the transcription languages via a call setting override. Languages are specified using their international language code (ISO639)
Please note: we currently don’t support changing language settings during the call.

<Tabs groupId="examples">
Expand Down
3 changes: 2 additions & 1 deletion docusaurus/video/docusaurus/docs/api/webhooks/events.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
id: events
sidebar_position: 2
slug: /streaming/events
slug: /webhooks/events
title: Events
---


import CallEventModels from '../_common_/CallEventModels';

Here you can find the list of events are sent to Webhook, SQS and SNS.
Expand Down
2 changes: 1 addition & 1 deletion docusaurus/video/docusaurus/docs/api/webhooks/sqs.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: sqs
sidebar_position: 3
slug: /streaming/sqs
slug: /webhooks/sqs
title: SQS and SNS
---

Expand Down

0 comments on commit 76b4bff

Please sign in to comment.