<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [AckableIncomingResponseWithSession](./sip.js.ackableincomingresponsewithsession.md) &gt; [ack](./sip.js.ackableincomingresponsewithsession.ack.md)

## AckableIncomingResponseWithSession.ack() method

Send an ACK to acknowledge this response.

<b>Signature:</b>

```typescript
ack(options?: RequestOptions): OutgoingAckRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>RequestOptions</code> | Request options bucket. |

<b>Returns:</b>

`OutgoingAckRequest`

