Home > sip.js > PrackableIncomingResponseWithSession
Incoming INVITE response received when request is progressed.
Signature:
export interface PrackableIncomingResponseWithSession extends IncomingResponse
Extends: IncomingResponse
Property | Modifiers | Type | Description |
---|---|---|---|
session | Session | Session associated with outgoing request progress. If out of dialog request, an early dialog. |
Method | Description |
---|---|
prack(options) | Send an PRACK to acknowledge this response. |