Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 647 Bytes

sip.js.outgoingrequestdelegate.onreject.md

File metadata and controls

24 lines (14 loc) · 647 Bytes

Home > sip.js > OutgoingRequestDelegate > onReject

OutgoingRequestDelegate.onReject() method

Received a 4xx, 5xx, or 6xx negative final response to this request.

Signature:

onReject?(response: IncomingResponse): void;

Parameters

Parameter Type Description
response IncomingResponse Incoming response.

Returns:

void