# \&pendingicettl

General Option! ([`&push`](/advanced-settings/setup-parameters/push.md), [`&room`](/advanced-settings/setup-parameters/room.md), [`&view`](/advanced-settings/mixer-scene-parameters/view.md), [`&scene`](/advanced-settings/mixer-scene-parameters/scene.md), [`&director`](/advanced-settings/director-parameters/director.md))

## Options

Example: `&pendingicettl=20000`

| Value                | Description             |
| -------------------- | ----------------------- |
| Integer milliseconds | ICE candidate queue TTL |

## Details

* Controls how long pending ICE candidates are retained when they arrive before a matching peer connection is ready.
* Default is `15000` ms.
* Allowed range is clamped to `3000` through `60000` ms.
* Higher values can help on high-latency paths where signaling arrives out of order.
* Lower values reduce stale-candidate buildup and memory pressure.

## Usage examples

* `?room=show123&pendingicettl=20000`
* `?view=streamA&pendingicettl=10000`

## Related

{% content-ref url="/pages/yWhc1NS5pA8Mvjx4uUNi" %}
[\&autorelay](/advanced-settings/turn-and-stun-parameters/and-autorelay.md)
{% endcontent-ref %}

{% content-ref url="/pages/RXoyUCs4znWVHC6X5eLP" %}
[\&p2pfailtimeout](/advanced-settings/settings-parameters/and-p2pfailtimeout.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vdo.ninja/advanced-settings/turn-and-stun-parameters/and-pendingicettl.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
