<!-- 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)

## ReInviteUserAgentClient class

Re-INVITE UAC.

<b>Signature:</b>

```typescript
export declare class ReInviteUserAgentClient extends UserAgentClient implements OutgoingInviteRequest 
```

## Remarks

14 Modifying an Existing Session https://tools.ietf.org/html/rfc3261\#section-14 14.1 UAC Behavior https://tools.ietf.org/html/rfc3261\#section-14.1

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(dialog, delegate, options)](./sip.js.reinviteuseragentclient._constructor_.md) |  | Constructs a new instance of the <code>ReInviteUserAgentClient</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [delegate](./sip.js.reinviteuseragentclient.delegate.md) |  | <code>OutgoingInviteRequestDelegate &#124; undefined</code> |  |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [receiveResponse(message)](./sip.js.reinviteuseragentclient.receiveresponse.md) |  |  |

