Home > sip.js > AckableIncomingResponseWithSession
Incoming INVITE response received when request is accepted.
Signature:
export interface AckableIncomingResponseWithSession extends IncomingResponse
Extends: IncomingResponse
Property | Modifiers | Type | Description |
---|---|---|---|
session | Session | Session associated with outgoing request acceptance. |
Method | Description |
---|---|
ack(options) | Send an ACK to acknowledge this response. |