Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 736 Bytes

sip.js.noninviteservertransaction.receiveresponse.md

File metadata and controls

25 lines (15 loc) · 736 Bytes

Home > sip.js > NonInviteServerTransaction > receiveResponse

NonInviteServerTransaction.receiveResponse() method

Receive responses from TU for this transaction.

Signature:

receiveResponse(statusCode: number, response: string): void;

Parameters

Parameter Type Description
statusCode number Status code of response. 101-199 not allowed per RFC 4320.
response string Response to send.

Returns:

void