<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [InvitationProgressOptions](./sip.js.invitationprogressoptions.md)

## InvitationProgressOptions interface

Options for [Invitation.progress()](./sip.js.invitation.progress.md)<!-- -->.

<b>Signature:</b>

```typescript
export interface InvitationProgressOptions 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [body](./sip.js.invitationprogressoptions.body.md) | <code>string &#124; {</code><br/><code>        body: string;</code><br/><code>        contentType: string;</code><br/><code>    }</code> | Body |
|  [extraHeaders](./sip.js.invitationprogressoptions.extraheaders.md) | <code>Array&lt;string&gt;</code> | Array of extra headers added to the response. |
|  [reasonPhrase](./sip.js.invitationprogressoptions.reasonphrase.md) | <code>string</code> | Reason phrase for response. |
|  [rel100](./sip.js.invitationprogressoptions.rel100.md) | <code>boolean</code> | Send reliable response. |
|  [sessionDescriptionHandlerModifiers](./sip.js.invitationprogressoptions.sessiondescriptionhandlermodifiers.md) | <code>Array&lt;SessionDescriptionHandlerModifier&gt;</code> | Modifiers to pass to SessionDescriptionHandler's getDescription() and setDescription(). |
|  [sessionDescriptionHandlerOptions](./sip.js.invitationprogressoptions.sessiondescriptionhandleroptions.md) | <code>SessionDescriptionHandlerOptions</code> | Options to pass to SessionDescriptionHandler's getDescription() and setDescription(). |
|  [statusCode](./sip.js.invitationprogressoptions.statuscode.md) | <code>number</code> | Status code for response. |

