<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [IncomingInviteRequest](./sip.js.incominginviterequest.md) &gt; [progress](./sip.js.incominginviterequest.progress.md)

## IncomingInviteRequest.progress() method

Send a 1xx provisional response to this request. Defaults to 180. Excludes 100.

<b>Signature:</b>

```typescript
progress(options?: ResponseOptions): OutgoingResponseWithSession;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | <code>ResponseOptions</code> | Response options bucket. |

<b>Returns:</b>

`OutgoingResponseWithSession`

Outgoing response and an early Session.

