sip.js.sessiondelegate.onnotify.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDelegate > onNotify

SessionDelegate.onNotify() method

Called upon receiving an incoming in dialog NOTIFY request.

Signature:

onNotify?(notification: Notification): void;

Parameters

ParameterTypeDescription
notificationNotificationThe notification.

Returns:

void

Remarks

If a refer is in progress notifications are delivered to the referrers delegate.

Contents

  1. 1SessionDelegate.onNotify() method
  2. 2Parameters
  3. 3Remarks