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

# reconnectDelayMin

> Minimum reconnection backoff delay in seconds.

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

Minimum reconnection backoff delay in seconds.

## **Parameters**

Initial delay (in seconds) before the first reconnection attempt.

## **Examples**

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