<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [UserAgentClient](./sip.js.useragentclient.md) &gt; [(constructor)](./sip.js.useragentclient._constructor_.md)

## UserAgentClient.(constructor)

Constructs a new instance of the `UserAgentClient` class

<b>Signature:</b>

```typescript
constructor(transactionConstructor: ClientTransactionConstructor, core: UserAgentCore, message: OutgoingRequestMessage, delegate?: OutgoingRequestDelegate | undefined);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  transactionConstructor | <code>ClientTransactionConstructor</code> |  |
|  core | <code>UserAgentCore</code> |  |
|  message | <code>OutgoingRequestMessage</code> |  |
|  delegate | <code>OutgoingRequestDelegate &#124; undefined</code> |  |

