<!-- 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)

## AckableIncomingResponseWithSession interface

Incoming INVITE response received when request is accepted.

<b>Signature:</b>

```typescript
export interface AckableIncomingResponseWithSession extends IncomingResponse 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [session](./sip.js.ackableincomingresponsewithsession.session.md) | <code>Session</code> | Session associated with outgoing request acceptance. |

## Methods

|  Method | Description |
|  --- | --- |
|  [ack(options)](./sip.js.ackableincomingresponsewithsession.ack.md) | Send an ACK to acknowledge this response. |

