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

# enableAutoDegradation

> Whether automatic video degradation on low bandwidth is enabled.

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

Whether automatic video degradation on low bandwidth is enabled.

## **Parameters**

If `true`, the SDK automatically degrades quality under poor network conditions.

## **Examples**

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