Home > sip.js > OutgoingInviteRequestDelegate > onAccept
Received a 2xx positive final response to this request.
Signature:
onAccept?(response: AckableIncomingResponseWithSession): void;
Parameter | Type | Description |
---|---|---|
response | AckableIncomingResponseWithSession |
Incoming response (including a confirmed Session). |
Returns:
void