degradationRecoveryThreshold

View as MarkdownOpen in Claude
get degradationRecoveryThreshold(): number
set degradationRecoveryThreshold(value: number)

Bitrate in kbps above which video is automatically re-enabled.

Parameters

value
numberRequired

Outgoing bitrate (kbps) above which video is automatically re-enabled.

Examples

// Read
console.log(client.preferences.degradationRecoveryThreshold);
// Write
client.preferences.degradationRecoveryThreshold = 300;