<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InviteUserAgentClient](./sip.js.inviteuseragentclient.md)

## InviteUserAgentClient class

INVITE UAC.

<b>Signature:</b>

```typescript
export declare class InviteUserAgentClient extends UserAgentClient implements OutgoingInviteRequest 
```

## Remarks

13 Initiating a Session https://tools.ietf.org/html/rfc3261\#section-13 13.1 Overview https://tools.ietf.org/html/rfc3261\#section-13.1 13.2 UAC Processing https://tools.ietf.org/html/rfc3261\#section-13.2

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(core, message, delegate)](./sip.js.inviteuseragentclient._constructor_.md) |  | Constructs a new instance of the <code>InviteUserAgentClient</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [delegate](./sip.js.inviteuseragentclient.delegate.md) |  | <code>OutgoingInviteRequestDelegate &#124; undefined</code> |  |

## Methods

|  Method | Modifiers | Description |
|  --- | --- | --- |
|  [dispose()](./sip.js.inviteuseragentclient.dispose.md) |  |  |
|  [onTransportError(error)](./sip.js.inviteuseragentclient.ontransporterror.md) |  | Special case for transport error while sending ACK. |
|  [receiveResponse(message)](./sip.js.inviteuseragentclient.receiveresponse.md) |  | Once the INVITE has been passed to the INVITE client transaction, the UAC waits for responses for the INVITE. https://tools.ietf.org/html/rfc3261\#section-13.2.2 |

