<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDialog](./sip.js.sessiondialog.md) &gt; [notify](./sip.js.sessiondialog.notify.md)

## SessionDialog.notify() method

The NOTIFY mechanism defined in \[2\] MUST be used to inform the agent sending the REFER of the status of the reference. https://tools.ietf.org/html/rfc3515\#section-2.4.4

<b>Signature:</b>

```typescript
notify(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingNotifyRequest;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  delegate | <code>OutgoingRequestDelegate</code> |  |
|  options | <code>RequestOptions</code> | Options bucket. |

<b>Returns:</b>

`OutgoingNotifyRequest`

