> ## 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.

# connecting

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

## Category

Connection

## Callback Parameters

None.

## Example

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

## More Information

* [connected](/click-to-call/sdk/event-reference/connected)
* [registered](/click-to-call/sdk/event-reference/registered)
* [connect](/click-to-call/sdk/api-reference/connect)
