<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [sip.js](./sip.js.md) &gt; [NotifyUserAgentServer](./sip.js.notifyuseragentserver.md) &gt; [(constructor)](./sip.js.notifyuseragentserver._constructor_.md)

## NotifyUserAgentServer.(constructor)

NOTIFY UAS constructor.

<b>Signature:</b>

```typescript
constructor(dialogOrCore: Dialog | UserAgentCore, message: IncomingRequestMessage, delegate?: IncomingRequestDelegate);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  dialogOrCore | <code>Dialog &#124; UserAgentCore</code> | Dialog for in dialog NOTIFY, UserAgentCore for out of dialog NOTIFY (deprecated). |
|  message | <code>IncomingRequestMessage</code> | Incoming NOTIFY request message. |
|  delegate | <code>IncomingRequestDelegate</code> |  |

