sip.js.sessiondialog.prack.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDialog > prack

SessionDialog.prack() method

Assuming the response is to be transmitted reliably, the UAC MUST create a new request with method PRACK. This request is sent within the dialog associated with the provisional response (indeed, the provisional response may have created the dialog). PRACK requests MAY contain bodies, which are interpreted according to their type and disposition. https://tools.ietf.org/html/rfc3262\#section-4

Signature:

prack(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingPrackRequest;

Parameters

ParameterTypeDescription
delegateOutgoingRequestDelegate
optionsRequestOptionsOptions bucket.

Returns:

OutgoingPrackRequest