sip.js.notifyuseragentserver._constructor_.md
September 26, 2022 ยท View on GitHub
Home > sip.js > NotifyUserAgentServer > (constructor)
NotifyUserAgentServer.(constructor)
NOTIFY UAS constructor.
Signature:
constructor(dialogOrCore: Dialog | UserAgentCore, message: IncomingRequestMessage, delegate?: IncomingRequestDelegate);
Parameters
| Parameter | Type | Description |
|---|---|---|
| dialogOrCore | Dialog | UserAgentCore | Dialog for in dialog NOTIFY, UserAgentCore for out of dialog NOTIFY (deprecated). |
| message | IncomingRequestMessage | Incoming NOTIFY request message. |
| delegate | IncomingRequestDelegate |