sip.js.inviteuseragentclient.receiveresponse.md

September 26, 2022 ยท View on GitHub

Home > sip.js > InviteUserAgentClient > receiveResponse

InviteUserAgentClient.receiveResponse() method

Once the INVITE has been passed to the INVITE client transaction, the UAC waits for responses for the INVITE. https://tools.ietf.org/html/rfc3261\#section-13.2.2

Signature:

protected receiveResponse(message: IncomingResponseMessage): void;

Parameters

ParameterTypeDescription
messageIncomingResponseMessage

Returns:

void