> ## Documentation Index
> Fetch the complete documentation index at: https://bigbluebutton.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I use my browser's built-in speech recognition?

> Enable per-user automatic transcription using the browser's speech recognition, or view captions for any user who has enabled it.

Any user can enable automatic transcription of their own voice using their browser's built-in speech recognition. Other users in the session can view those transcriptions without enabling transcription themselves.

## Enable transcription for your voice

By default, the automatic transcription language selector is disabled. To have your voice transcribed, select the desired language from the dropdown in the join audio dialog.

<img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159091611021.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=4b79b5916b797b0064f01c1c117883a1" alt="Language dropdown in the join audio dialog" width="1488" height="964" data-path="images/19159091611021.png" />

When transcription is active, a **CC** icon appears next to your name in the "who is talking" indicator.

<img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159083423501.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=dc37daf022211abfac9790ea7769ea33" alt="CC indicator next to user name" width="352" height="54" data-path="images/19159083423501.png" />

## View transcriptions for other users

When at least one user has transcription enabled, a **CC** button appears for everyone. Select it to view captions for every speaker who has the **CC** indicator. You do not need your own audio transcribed to view captions for others.

The location of the **CC** button depends on your device.

On mobile, find the **CC** button in the three-dot menu in the top-right corner.

<img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159091612301.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=23533b2d4e80c53b14369ffccc70d4f9" alt="CC button in the mobile three-dot menu" width="1070" height="848" data-path="images/19159091612301.png" />

On desktop, the **CC** button is in the lower-left corner.

<img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159091612685.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=296797e1adb99a354ff33c946b48ba6c" alt="CC button in the lower-left on desktop" width="534" height="282" data-path="images/19159091612685.png" />

Desktop users can change the caption display language by selecting the up arrow on the **CC** button.

<img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159091613197.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=1ccbacb4114605d8c5029e914a60a321" alt="Language menu on the CC button" width="326" height="626" data-path="images/19159091613197.png" />

<Note>
  Automatic transcription is only available in browsers that support Speech Recognition — Chrome, Edge, and Safari. Joining from another browser displays a warning at the bottom of the join audio dialog.

  <img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/19159083426957.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=ea6794e42d7bb31c8a68512d5707e0f4" alt="Unsupported browser warning" width="1478" height="830" data-path="images/19159083426957.png" />
</Note>

## Enable the feature on your server

To enable automatic transcription for users of Chrome, Edge, and Safari, edit `/etc/bigbluebutton/bbb-html5.yml` and add the following to the `public:` section, then restart BigBlueButton:

```yaml theme={null}
public:
  app:
    audioCaptions:
      enabled: true
```
