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

# deviceDebounceTime

> Debounce time for device change events, in seconds.

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

Debounce time for device change events, in seconds.

## **Parameters**

Debounce window (in seconds) for media-device change events.

## **Examples**

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