Browser SDK
Build voice, video and chat applications for the browser
v4
Stable
1get reconnectDelayMin(): number2set reconnectDelayMin(seconds): void
Minimum reconnection backoff delay in seconds.
Initial delay (in seconds) before the first reconnection attempt.
1console.log(client.preferences.reconnectDelayMin);