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

# StartStreaming

> Запуск активного AudioStream через host.

# StartStreaming

## Pins

| Направление | Handle       | Тип                         |
| ----------- | ------------ | --------------------------- |
| in exec     | `exec-in`    | exec                        |
| in data     | `microphone` | MicrophoneRef (опционально) |
| out exec    | `exec-out`   | exec                        |

## Runtime

Резолвит `microphone`, вызывает `host.startAudioStreaming(microphone)`. Host выставляет активный `stream:{deviceId}`.

## Preconditions

* Для предсказуемого deviceId — подключите валидный `MicrophoneRef`.
* Без mic host может стартовать с default/selected device (зависит от bridge).

## Postconditions

`getActiveAudioStreamRef()` → `{ valid: true, handle: 'stream:…' }` до StopStreaming.

## См. также

* [GetAudioStream](/device-board/nodes/get-audio-stream) — только читает stream, **не стартует**
* [Streaming lifecycle](/concepts/streaming-lifecycle)
