<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [OutgoingSubscribeRequest](./sip.js.outgoingsubscriberequest.md)

## OutgoingSubscribeRequest interface

Outgoing SUBSCRIBE request.

<b>Signature:</b>

```typescript
export interface OutgoingSubscribeRequest extends OutgoingRequest 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [delegate](./sip.js.outgoingsubscriberequest.delegate.md) | <code>OutgoingSubscribeRequestDelegate</code> | Delegate providing custom handling of this outgoing SUBSCRIBE request. |

## Methods

|  Method | Description |
|  --- | --- |
|  [waitNotifyStop()](./sip.js.outgoingsubscriberequest.waitnotifystop.md) | Stop waiting for an inital subscription creating NOTIFY. |

