Home > sip.js > NonInviteServerTransaction > receiveResponse
Receive responses from TU for this transaction.
Signature:
receiveResponse(statusCode: number, response: string): void;
Parameter | Type | Description |
---|---|---|
statusCode | number | Status code of response. 101-199 not allowed per RFC 4320. |
response | string | Response to send. |
Returns:
void