sip.js.clienttransactionuser.receiveresponse.md

July 12, 2019 ยท View on GitHub

Home > sip.js > ClientTransactionUser > receiveResponse

ClientTransactionUser.receiveResponse property

Callback for delegation of valid response handling.

Valid responses are passed up to the TU from the client transaction. https://tools.ietf.org/html/rfc3261\#section-17.1

Signature:

receiveResponse?: (response: IncomingResponseMessage) => void;