<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Invitation](./sip.js.invitation.md) &gt; [progress](./sip.js.invitation.progress.md)

## Invitation.progress() method

Indicate progress processing the invitation.

<b>Signature:</b>

```typescript
progress(options?: InvitationProgressOptions): Promise<void>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>InvitationProgressOptions</code> | Options bucket. |

<b>Returns:</b>

`Promise<void>`

## Remarks

Report progress to the the caller. Replies to the INVITE request with a 1xx provisional response. Resolves once the response sent, otherwise rejects.

