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 SIP client is unregistered.

Category

Connection

Callback Parameters

None.

Example

client.on('unregistered', () => {
  console.log('SIP client unregistered');
});

More Information