sip.js.useragentdelegate.onnotify.md
September 26, 2022 ยท View on GitHub
Home > sip.js > UserAgentDelegate > onNotify
UserAgentDelegate.onNotify() method
Called upon receipt of a notification.
Signature:
onNotify?(notification: Notification): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| notification | Notification | The notification. |
Returns:
void
Remarks
Handler for incoming out of dialog NOTIFY requests.