SignalingClient.checkAlive()

DESCRIPTION

Check if the connection to the Signaling service is alive. If the connection was dead and reconnects the “connectionreconnect” event will be called.

If the application detect that the WebRTC connection state goes to conncetionState.disconnected, this method can be called to make the connection reconnect or fail faster than what normal WebSocket timeouts allows.

DECLARATION

checkAlive(): void