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

# statsNoPacketThreshold

> Duration in ms with no inbound packets before a critical issue is emitted.

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

Duration in ms with no inbound packets before a critical issue is emitted.

## **Examples**

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