Home > sip.js > InviteClientTransaction > receiveResponse
Handler for incoming responses from the transport which match this transaction.
Signature:
receiveResponse(response: IncomingResponseMessage): void;
Parameter | Type | Description |
---|---|---|
response | IncomingResponseMessage | The incoming response. |
Returns:
void