iceDisconnectedGracePeriod

View as MarkdownOpen in Claude
1get iceDisconnectedGracePeriod(): number
2set 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

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