<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [PrackableIncomingResponseWithSession](./sip.js.prackableincomingresponsewithsession.md)

## PrackableIncomingResponseWithSession interface

Incoming INVITE response received when request is progressed.

<b>Signature:</b>

```typescript
export interface PrackableIncomingResponseWithSession extends IncomingResponse 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [session](./sip.js.prackableincomingresponsewithsession.session.md) | <code>Session</code> | Session associated with outgoing request progress. If out of dialog request, an early dialog. |

## Methods

|  Method | Description |
|  --- | --- |
|  [prack(options)](./sip.js.prackableincomingresponsewithsession.prack.md) | Send an PRACK to acknowledge this response. |

