keyframeCooldown

View as MarkdownOpen in Claude
1get keyframeCooldown(): number
2set keyframeCooldown(value): void

Cooldown period in milliseconds after the keyframe burst limit is reached — how long the SDK stops sending video keyframe requests once keyframeMaxBurst is hit within a keyframeBurstWindow. See Keyframe recovery for the full mechanism. Default: 10000 (10 seconds).

Parameters

value
number

Cooldown period (ms) after the keyframe burst limit is reached.

Examples

1console.log(client.preferences.keyframeCooldown);