sip.js.ackableincomingresponsewithsession.md
September 26, 2022 ยท View on GitHub
Home > sip.js > AckableIncomingResponseWithSession
AckableIncomingResponseWithSession interface
Incoming INVITE response received when request is accepted.
Signature:
export interface AckableIncomingResponseWithSession extends IncomingResponse
Extends: IncomingResponse
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| session | Session | Session associated with outgoing request acceptance. |
Methods
| Method | Description |
|---|---|
| ack(options) | Send an ACK to acknowledge this response. |