<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Session](./sip.js.session.md) &gt; [prack](./sip.js.session.prack.md)

## Session.prack() method

Send PRACK request. Acknowledge a reliable provisional response. https://tools.ietf.org/html/rfc3262\#section-4

<b>Signature:</b>

```typescript
prack(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingPrackRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  delegate | <code>OutgoingRequestDelegate</code> | Request delegate. |
|  options | <code>RequestOptions</code> | Options bucket. |

<b>Returns:</b>

`OutgoingPrackRequest`

