Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 862 Bytes

sip.js.ackableincomingresponsewithsession.md

File metadata and controls

26 lines (16 loc) · 862 Bytes

Home > sip.js > AckableIncomingResponseWithSession

AckableIncomingResponseWithSession interface

Incoming INVITE response received when request is accepted.

Signature:

export interface AckableIncomingResponseWithSession extends IncomingResponse 

Properties

Property Type Description
session Session Session associated with outgoing request acceptance.

Methods

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