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 established. This event is emitted before SIP registration — wait for the registered event before making calls.

Category

Connection

Callback Parameters

None.

Example

client.on('connected', () => {
  console.log('WebSocket connection established');
});

More Information