<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgentCore](./sip.js.useragentcore.md) &gt; [(constructor)](./sip.js.useragentcore._constructor_.md)

## UserAgentCore.(constructor)

Constructor.

<b>Signature:</b>

```typescript
constructor(configuration: UserAgentCoreConfiguration, delegate?: UserAgentCoreDelegate);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  configuration | <code>UserAgentCoreConfiguration</code> | Configuration. |
|  delegate | <code>UserAgentCoreDelegate</code> | Delegate. |

