enableServerHangupInterception

View as MarkdownOpen in Claude
1get enableServerHangupInterception(): boolean
2set enableServerHangupInterception(value): void

Whether server-sent media-timeout hangups are intercepted for recovery.

Parameters

value
boolean

If true, server-initiated hangups are intercepted for recovery.

Examples

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