Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt

Use this file to discover all available pages before exploring further.

Emitted when the WebSocket connection to the SIP server is lost or closed.

Category

Connection

Callback Parameters

None.

Example

client.on('disconnected', () => {
  console.log('Disconnected from SIP server');
});

More Information