iceDisconnectedGracePeriod

View as MarkdownOpen in Claude
get iceDisconnectedGracePeriod(): number
set iceDisconnectedGracePeriod(seconds): void

Grace period before treating ICE ‘disconnected’ as failure, in seconds.

Parameters

seconds
number

Grace period (in seconds) before treating an ICE disconnect as fatal.

Examples

console.log(client.preferences.iceDisconnectedGracePeriod);