Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 661 Bytes

File metadata and controls

28 lines (16 loc) · 661 Bytes

Home > sip.js > UserAgentDelegate > onNotify

UserAgentDelegate.onNotify() method

Called upon receipt of a notification.

Signature:

onNotify?(notification: Notification): void;

Parameters

Parameter Type Description
notification Notification The notification.

Returns:

void

Remarks

Handler for incoming out of dialog NOTIFY requests.