<!-- 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) &gt; [session](./sip.js.outgoingresponsewithsession.session.md)

## OutgoingResponseWithSession.session property

Session associated with incoming request acceptance, or Session associated with incoming request progress (if an out of dialog request, an early dialog).

<b>Signature:</b>

```typescript
readonly session: Session;
```
