checkConnectionOnVisible

View as MarkdownOpen in Claude
get checkConnectionOnVisible(): boolean
set checkConnectionOnVisible(value: boolean)

Whether to check peer connection health when the page becomes visible.

Parameters

value
booleanRequired

If true, checks connectivity when the tab or window becomes visible again.

Examples

// Read
console.log(client.preferences.checkConnectionOnVisible);
// Write
client.preferences.checkConnectionOnVisible = true;