> ## 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.

# Connection Status

> Use Connection Status to track the stability of your connection

The connection status icon is in the upper right-hand of the client.

<Frame>
  <img src="https://mintcdn.com/testcompany-0e915c76/vY3_aZdO-fVS03zz/images/connection-status-icon-with-tooltip.png?fit=max&auto=format&n=vY3_aZdO-fVS03zz&q=85&s=01d234c3bbfd3589afd4deffddf13f6a" alt="Connection status icon with tooltip" width="979" height="394" data-path="images/connection-status-icon-with-tooltip.png" />
</Frame>

The icon changes based on the strength of your connection.

* Green - a good connection
* Purple - weakened connection -- you may experience some delays in audio and video
* Red - no connection

Clicking on the icon will provide more details regarding your connection.

<Frame>
  <img src="https://mintcdn.com/testcompany-0e915c76/0JRAa1bL8r3ugMCz/images/Screenshot2026-04-01at1.45.21PM.png?fit=max&auto=format&n=0JRAa1bL8r3ugMCz&q=85&s=90f35a4c606502783e4f7b8a70497409" alt="Screenshot 2026 04 01 At 1 45 21 PM" width="1394" height="890" data-path="images/Screenshot2026-04-01at1.45.21PM.png" />
</Frame>

Under the first tab of the connection status page, you will see details regarding your audio upload/download rates, video upload/download rates, Jitter, Lost packets, and if you are using a TURN server for your connection.

On a direct connection, you'll see **Using TURN: No**.  If you see 'Yes', it means the client needs to connect to an intermediate server, which also may introduce delays in audio and video.  If you see 'Yes', switch to another network if possible.

Under the first tab of the connection status page, you will see details regarding your audio upload/download rates, video upload/download rates, Jitter, Lost packets, and if you are using a TURN server for your connection.

You can copy the connection status stats by using the Copy Stats button in the bottom right-hand corner.

This will copy the details of the meeting and user connection information into a text format that is useful for troubeshooting.  Below is an example of the copied stats.

```json theme={null}
{
  "ready": true,
  "user": {
    "time": "2026-05-23T19:50:26.098Z",
    "meeting_name": "Demo Meeting",
    "meeting_id": "106453fe2abf5ee2268ad6b79d355bb873293ec8-1779565806159",
    "user_id": "w_eikz6atyjr4u",
    "extern_user_id": "gl-demo-1a1d39b65e9e"
  },
  "audio": {
    "audioCurrentUploadRate": 94,
    "audioCurrentDownloadRate": 0,
    "jitter": 1,
    "packetsLost": 0,
    "transportStats": {
      "isUsingTurn": false
    }
  },
  "video": {
    "videoCurrentUploadRate": 0,
    "videoCurrentDownloadRate": 0
  }
}
```

All users will see the **My Logs** tab.  This shows the last state of your connection (green, purple, and red).

<Frame>
  <img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/17574049852301.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=a9f10f09ccb9c24a0d69c8a33056022d" alt="My Logs tab showing connection issues" width="1420" height="456" data-path="images/17574049852301.png" />
</Frame>

Moderators will additionaly see **Session Logs** tab, which shows the last connection status for all users.  If a particular user in the session indicates they are having troubles with audio or video, for example, chaeck the **Session Logs** tab to see if their client has reported issues with the connection.

<Frame>
  <img src="https://mintcdn.com/testcompany-0e915c76/m4ARmX5aPCe5hLhh/images/17574118864525.png?fit=max&auto=format&n=m4ARmX5aPCe5hLhh&q=85&s=4ffdfb9e3c3892d45dc05980cabacfa4" alt="Session Logs tab showing connection issues for all users in the session" width="1410" height="338" data-path="images/17574118864525.png" />
</Frame>

### Adjusting Your Connection Settings

When you lose connection to your session, the connection status will turn red, and you can change your **Data Saving** options by selecting [**Adjusting Your Settings**](/docs/help/user-guide/access-the-options-menu).

<Frame>
  <img src="https://mintcdn.com/testcompany-0e915c76/0JRAa1bL8r3ugMCz/images/Screenshot2026-04-01at1.47.58PM.png?fit=max&auto=format&n=0JRAa1bL8r3ugMCz&q=85&s=3290fb90ec62fd6b50761de56678c8f6" alt="Screenshot 2026 04 01 At 1 47 58 PM" width="1286" height="824" data-path="images/Screenshot2026-04-01at1.47.58PM.png" />
</Frame>
