> For a complete index of all SignalWire documentation pages, fetch https://signalwire.com/docs/llms.txt

# iceGatheringTimeout

> Timeout for the entire ICE gathering phase, in seconds.

```ts
get iceGatheringTimeout(): number
set iceGatheringTimeout(seconds): void
```

Timeout for the entire ICE gathering phase, in seconds.

## **Parameters**

Maximum time (in seconds) to gather ICE candidates.

## **Examples**

```ts
console.log(client.preferences.iceGatheringTimeout);
```