Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions docs/guides/capabilities/ai/meeting-transcription.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ description: >-

# Meeting Transcription

:::info beta
The meeting transcription feature is currently in beta, which means it is still being tested and evaluated, and may undergo some change. This feature is not accessible to the public at the moment and will be activated solely upon request, subject to our team's assessment of your usage and needs. If you wish to have this feature enabled for your organization, please [get in touch with us](https://dyte.io/contact).
:::

Dyte's meeting transcription allows you to transcribe your Dyte meetings in real-time, making it easy to capture important discussions and refer back to them later.
This guide will walk you through how to use this feature effectively.

Expand Down Expand Up @@ -42,6 +38,14 @@ You can specify the language for transcription to ensure accurate and relevant r
- *Greek:* `el`
- *French:* `fr`
- *Dutch:* `nl`
- *Turkish* `tr`
- *Spanish* `es`
- *Italian* `it`
- *Portuguese* `pt`
- *Romanian* `ro`
- *Korean* `ko`
- *Indonesia* `id`
- *Multi* `multi`

```json lines
"language": "en-US"
Expand Down
8 changes: 0 additions & 8 deletions docs/guides/capabilities/audio/transcriptions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,9 @@ sidebar_slug: transcriptions-inbuilt

# Meeting Transcription

:::info beta
The meeting transcription feature is currently in beta, which means it is still being tested and evaluated, and may undergo some change. This feature is not accessible to the public at the moment and will be activated solely upon request, subject to our team's assessment of your usage and needs. If you wish to have this feature enabled for your organization, please [get in touch with us](https://dyte.io/contact).
:::

Dyte's meeting transcription allows you to transcribe your Dyte meetings in real-time, making it easy to capture important discussions and refer back to them later.
This guide will walk you through how to use this feature effectively.

:::info NOTE
Dyte's AI meeting transcription currently only supports English.
:::

## Control transcriptions for participants using presets

You can control whether or not a participant's audio will be transcribe with the help of the `transcription_enabled` flag in the participant's preset.
Expand Down
Loading