sip.js.sessionmanagerdelegate.onnotificationreceived.md
October 20, 2022 ยท View on GitHub
Home > sip.js > SessionManagerDelegate > onNotificationReceived
SessionManagerDelegate.onNotificationReceived() method
Called upon receiving a notification.
Signature:
onNotificationReceived?(notification: Notification): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| notification | Notification | The notication received. |
Returns:
void
Remarks
Callback for handling incoming NOTIFY requests.