Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 683 Bytes

sip.js.subscriptiondelegate.onnotify.md

File metadata and controls

24 lines (14 loc) · 683 Bytes

Home > sip.js > SubscriptionDelegate > onNotify

SubscriptionDelegate.onNotify() method

Called upon receiving an incoming NOTIFY request.

Signature:

onNotify(notification: Notification): void;

Parameters

Parameter Type Description
notification Notification A notification. See Notification for details.

Returns:

void