<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [Session](./sip.js.session.md) &gt; [notify](./sip.js.session.notify.md)

## Session.notify() method

Send NOTIFY request. Inform referrer of transfer progress. The use of this is limited to the implicit creation of subscription by REFER (historical). Otherwise, notifiers MUST NOT create subscriptions except upon receipt of a SUBSCRIBE request. https://tools.ietf.org/html/rfc3515\#section-3.7

<b>Signature:</b>

```typescript
notify(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingNotifyRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  delegate | <code>OutgoingRequestDelegate</code> | Request delegate. |
|  options | <code>RequestOptions</code> | Options bucket. |

<b>Returns:</b>

`OutgoingNotifyRequest`

