<!-- 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) &gt; [receiveResponse](./sip.js.inviteuseragentclient.receiveresponse.md)

## InviteUserAgentClient.receiveResponse() method

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

<b>Signature:</b>

```typescript
protected receiveResponse(message: IncomingResponseMessage): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  message | <code>IncomingResponseMessage</code> |  |

<b>Returns:</b>

`void`

