<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [ReInviteUserAgentClient](./sip.js.reinviteuseragentclient.md) &gt; [(constructor)](./sip.js.reinviteuseragentclient._constructor_.md)

## ReInviteUserAgentClient.(constructor)

Constructs a new instance of the `ReInviteUserAgentClient` class

<b>Signature:</b>

```typescript
constructor(dialog: SessionDialog, delegate?: OutgoingInviteRequestDelegate, options?: RequestOptions);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  dialog | <code>SessionDialog</code> |  |
|  delegate | <code>OutgoingInviteRequestDelegate</code> |  |
|  options | <code>RequestOptions</code> |  |

