Skip to main content
Emitted when the SDK begins establishing a WebSocket connection to the SIP server.

Category

Connection

Callback Parameters

None.

Example

client.on('connecting', () => {
  console.log('Connecting to SIP server...');
});

More Information