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

# reinviteMaxAttempts

> Maximum re-INVITE attempts per call.

```ts
get reinviteMaxAttempts(): number
set reinviteMaxAttempts(value): void
```

Maximum re-INVITE attempts per call.

## **Examples**

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