Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1020 Bytes

sip.js.prackableincomingresponsewithsession.md

File metadata and controls

27 lines (17 loc) · 1020 Bytes

Home > sip.js > PrackableIncomingResponseWithSession

PrackableIncomingResponseWithSession interface

Incoming INVITE response received when request is progressed.

Signature:

export interface PrackableIncomingResponseWithSession extends IncomingResponse 

Extends: IncomingResponse

Properties

Property Modifiers Type Description
session Session Session associated with outgoing request progress. If out of dialog request, an early dialog.

Methods

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