sip.js.sessiondelegate.onnotify.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDelegate > onNotify
SessionDelegate.onNotify() method
Called upon receiving an incoming in dialog NOTIFY request.
Signature:
onNotify?(notification: Notification): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| notification | Notification | The notification. |
Returns:
void
Remarks
If a refer is in progress notifications are delivered to the referrers delegate.