<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InviteClientTransaction](./sip.js.inviteclienttransaction.md) &gt; [receiveResponse](./sip.js.inviteclienttransaction.receiveresponse.md)

## InviteClientTransaction.receiveResponse() method

Handler for incoming responses from the transport which match this transaction.

<b>Signature:</b>

```typescript
receiveResponse(response: IncomingResponseMessage): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  response | <code>IncomingResponseMessage</code> | The incoming response. |

<b>Returns:</b>

`void`

