Home > sip.js > InviteServerTransaction > receiveResponse
Receive responses from TU for this transaction.
Signature:
receiveResponse(statusCode: number, response: string): void;
Parameter | Type | Description |
---|---|---|
statusCode | number | Status code of response. |
response | string | Response. |
Returns:
void