Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 703 Bytes

sip.js.sessiondelegate.onnotify.md

File metadata and controls

28 lines (16 loc) · 703 Bytes

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.