<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingResponseWithSession](./sip.js.outgoingresponsewithsession.md)

## OutgoingResponseWithSession interface

Outgoing INVITE response with the associated [Session](./sip.js.session.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface OutgoingResponseWithSession extends OutgoingResponse 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [session](./sip.js.outgoingresponsewithsession.session.md) | <code>Session</code> | Session associated with incoming request acceptance, or Session associated with incoming request progress (if an out of dialog request, an early dialog). |

