Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get reconnectCallsTimeout(): number2set reconnectCallsTimeout(seconds): void
Timeout for reconnecting to previously attached calls, in seconds.
Maximum time (in seconds) to attempt call reconnection before failing.
1console.log(client.preferences.reconnectCallsTimeout);