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

PropertyModifiersTypeDescription
sessionSessionSession associated with outgoing request acceptance.

Methods

MethodDescription
ack(options)Send an ACK to acknowledge this response.