Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 959 Bytes

sip.js.ackableincomingresponsewithsession.md

File metadata and controls

27 lines (17 loc) · 959 Bytes

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.