sip.js.useragentdelegate.onnotify.md

September 26, 2022 ยท View on GitHub

Home > sip.js > UserAgentDelegate > onNotify

UserAgentDelegate.onNotify() method

Called upon receipt of a notification.

Signature:

onNotify?(notification: Notification): void;

Parameters

ParameterTypeDescription
notificationNotificationThe notification.

Returns:

void

Remarks

Handler for incoming out of dialog NOTIFY requests.

Contents

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