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

# persistDeviceSelection

> Whether device selections are persisted to storage.

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

Whether device selections are persisted to storage.

## **Parameters**

If `true`, persists the user's device selection across sessions.

## **Examples**

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