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

# syncDevicesToActiveCalls

> Whether device changes are auto-applied to active calls.

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

Whether device changes are auto-applied to active calls.

## **Examples**

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