<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingInviteRequest](./sip.js.outgoinginviterequest.md)

## OutgoingInviteRequest interface

Outgoing INVITE request.

<b>Signature:</b>

```typescript
export interface OutgoingInviteRequest extends OutgoingRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [delegate](./sip.js.outgoinginviterequest.delegate.md) | <code>OutgoingInviteRequestDelegate</code> | Delegate providing custom handling of this outgoing INVITE request. |

