<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SubscriptionDialog](./sip.js.subscriptiondialog.md) &gt; [subscribe](./sip.js.subscriptiondialog.subscribe.md)

## SubscriptionDialog.subscribe() method

4.1.2.2. Refreshing of Subscriptions https://tools.ietf.org/html/rfc6665\#section-4.1.2.2

<b>Signature:</b>

```typescript
subscribe(delegate?: OutgoingSubscribeRequestDelegate, options?: RequestOptions): OutgoingSubscribeRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  delegate | <code>OutgoingSubscribeRequestDelegate</code> | Delegate to handle responses. |
|  options | <code>RequestOptions</code> | Options bucket. |

<b>Returns:</b>

`OutgoingSubscribeRequest`

