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

# Overview

> Every SDK object, method, event, and config option.

### Entry point

|                                                                                   |                                                        |
| --------------------------------------------------------------------------------- | ------------------------------------------------------ |
| [StreamPixelApplication](/resources/web-sdk/api-reference/streampixelapplication) | The factory function that boots a stream. Start here.  |
| [Configuration options](/resources/web-sdk/api-reference/configuration-options)   | Every option you can pass to `StreamPixelApplication`. |

### Returned objects

|                                                                    |                                                              |
| ------------------------------------------------------------------ | ------------------------------------------------------------ |
| [pixelStreaming](/resources/web-sdk/api-reference/pixelstreaming)  | Core streaming controller — events, send/receive, lifecycle. |
| [UIControl](/resources/web-sdk/api-reference/uicontrol)            | Mute, fullscreen, resolution, mouse visibility.              |
| [StreamPixelVoiceChat](/resources/web-sdk/api-reference/voicechat) | Voice chat — join, leave, mute, events.                      |

### Helpers

|                                                                     |                                                     |
| ------------------------------------------------------------------- | --------------------------------------------------- |
| [reconnectStream](/resources/web-sdk/api-reference/reconnectstream) | Trigger a manual reconnect after a dropped session. |
