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

# statsPacketLossThreshold

> Packet loss fraction threshold (0-1) for issue detection.

```ts
get statsPacketLossThreshold(): number
set statsPacketLossThreshold(value): void
```

Packet loss fraction threshold (0-1) for issue detection.

## **Examples**

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