Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 680 Bytes

sip.js.sessiondelegate.onack.md

File metadata and controls

28 lines (16 loc) · 680 Bytes

Home > sip.js > SessionDelegate > onAck

SessionDelegate.onAck() method

Called upon receiving an incoming in dialog ACK request.

Signature:

onAck?(ack: Ack): void;

Parameters

Parameter Type Description
ack Ack The ack.

Returns:

void

Remarks

Includes the ACK confirming an accepted initial Invite as well as ACKs associated with in dialog INVITE requests.