Home > sip.js > SubscriptionDelegate > onNotify
Called upon receiving an incoming NOTIFY request.
Signature:
onNotify(notification: Notification): void;
Parameter | Type | Description |
---|---|---|
notification | Notification | A notification. See Notification for details. |
Returns:
void