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

# keyframeBurstWindow

> Keyframe burst window duration in milliseconds.

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

Keyframe burst window duration in milliseconds.

## **Parameters**

Time window (ms) over which keyframe requests are coalesced.

## **Examples**

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