<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Inviter](./sip.js.inviter.md) &gt; [(constructor)](./sip.js.inviter._constructor_.md)

## Inviter.(constructor)

Constructs a new instance of the `Inviter` class.

<b>Signature:</b>

```typescript
constructor(userAgent: UserAgent, targetURI: URI, options?: InviterOptions);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  userAgent | <code>UserAgent</code> | User agent. See [UserAgent](./sip.js.useragent.md) for details. |
|  targetURI | <code>URI</code> | Request URI identifying the target of the message. |
|  options | <code>InviterOptions</code> | Options bucket. See [InviterOptions](./sip.js.inviteroptions.md) for details. |

