<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [SessionDelegate](./sip.js.sessiondelegate.md) &gt; [onNotify](./sip.js.sessiondelegate.onnotify.md)

## SessionDelegate.onNotify() method

Receive NOTIFY request. https://tools.ietf.org/html/rfc6665\#section-4.1.3

<b>Signature:</b>

```typescript
onNotify?(request: IncomingNotifyRequest): void;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  request | <code>IncomingNotifyRequest</code> | Incoming NOTIFY request. |

<b>Returns:</b>

`void`

