Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 726 Bytes

sip.js.outgoinginviterequestdelegate.onaccept.md

File metadata and controls

24 lines (14 loc) · 726 Bytes

Home > sip.js > OutgoingInviteRequestDelegate > onAccept

OutgoingInviteRequestDelegate.onAccept() method

Received a 2xx positive final response to this request.

Signature:

onAccept?(response: AckableIncomingResponseWithSession): void;

Parameters

Parameter Type Description
response AckableIncomingResponseWithSession Incoming response (including a confirmed Session).

Returns:

void