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

# refreshDevicesOnVisible

> Whether to re-enumerate devices when the page becomes visible.

```ts
get refreshDevicesOnVisible(): boolean
set refreshDevicesOnVisible(value): void
```

Whether to re-enumerate devices when the page becomes visible.

## **Examples**

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