Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.09 KB

sip.js.sessiondialog.prack.md

File metadata and controls

25 lines (15 loc) · 1.09 KB

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

Parameter Type Description
delegate OutgoingRequestDelegate
options RequestOptions Options bucket.

Returns:

OutgoingPrackRequest