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
| 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. |