sip.js.sessionmanagerdelegate.onnotificationreceived.md

October 20, 2022 ยท View on GitHub

Home > sip.js > SessionManagerDelegate > onNotificationReceived

SessionManagerDelegate.onNotificationReceived() method

Called upon receiving a notification.

Signature:

onNotificationReceived?(notification: Notification): void;

Parameters

ParameterTypeDescription
notificationNotificationThe notication received.

Returns:

void

Remarks

Callback for handling incoming NOTIFY requests.

Contents

  1. 1SessionManagerDelegate.onNotificationReceived() method
  2. 2Parameters
  3. 3Remarks