> ## 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 capability, grouped by concern. Read only what you need.

Each page covers one feature in depth. Pick the relevant ones for your project.

### Streaming

|                                                                                  |                                           |
| -------------------------------------------------------------------------------- | ----------------------------------------- |
| [Video, codecs, resolution](/resources/web-sdk/features/video-codecs-resolution) | Pick a codec and tune the video pipeline. |
| [SFU (one-to-many)](/resources/web-sdk/features/sfu-streaming)                   | One UE instance → many viewers.           |
| [Stream statistics](/resources/web-sdk/features/stream-statistics)               | Live FPS, bitrate, latency, packet loss.  |

### Input & audio

|                                                                      |                                      |
| -------------------------------------------------------------------- | ------------------------------------ |
| [Input controls](/resources/web-sdk/features/input-controls)         | Mouse, keyboard, touch, gamepad.     |
| [Audio & media input](/resources/web-sdk/features/audio-media-input) | Capture mic and forward audio to UE. |
| [Voice & text chat](/resources/web-sdk/features/voice-text-chat)     | Real-time chat between viewers.      |

### Session management

|                                                                    |                                                 |
| ------------------------------------------------------------------ | ----------------------------------------------- |
| [AFK / idle timeout](/resources/web-sdk/features/afk-idle-timeout) | Hooks for the project-level inactivity timeout. |
| [Queue system](/resources/web-sdk/features/queue-system)           | Hold viewers when all workers are busy.         |
| [Reconnection](/resources/web-sdk/features/reconnection)           | Auto and manual reconnection.                   |

### Communication

|                                                                                |                                            |
| ------------------------------------------------------------------------------ | ------------------------------------------ |
| [Communicating with Unreal](/resources/web-sdk/features/communicating-with-ue) | Send and receive JSON to/from your UE app. |
