sip.js.prackableincomingresponsewithsession.md

September 26, 2022 ยท View on GitHub

Home > sip.js > PrackableIncomingResponseWithSession

PrackableIncomingResponseWithSession interface

Incoming INVITE response received when request is progressed.

Signature:

export interface PrackableIncomingResponseWithSession extends IncomingResponse 

Extends: IncomingResponse

Properties

PropertyModifiersTypeDescription
sessionSessionSession associated with outgoing request progress. If out of dialog request, an early dialog.

Methods

MethodDescription
prack(options)Send an PRACK to acknowledge this response.