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

# recoveryDebounceTime

> Recovery signal debounce window in seconds.

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

Recovery signal debounce window in seconds.

## **Examples**

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