sip.js.outgoingresponsewithsession.md
September 26, 2022 ยท View on GitHub
Home > sip.js > OutgoingResponseWithSession
OutgoingResponseWithSession interface
Outgoing INVITE response with the associated Session.
Signature:
export interface OutgoingResponseWithSession extends OutgoingResponse
Extends: OutgoingResponse
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| session | Session | Session associated with incoming request acceptance, or Session associated with incoming request progress (if an out of dialog request, an early dialog). |