Home > sip.js > OutgoingResponseWithSession
Outgoing INVITE response with the associated Session.
Signature:
export interface OutgoingResponseWithSession extends OutgoingResponse
Extends: OutgoingResponse
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). |