sip.js.subscriptiondelegate.onnotify.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SubscriptionDelegate > onNotify

SubscriptionDelegate.onNotify() method

Receive NOTIFY request. This includes in dialog NOTIFY requests only. Thus the first NOTIFY (the subscription creating NOTIFY) will not be provided. https://tools.ietf.org/html/rfc6665\#section-4.1.3

Signature:

onNotify?(request: IncomingNotifyRequest): void;

Parameters

ParameterTypeDescription
requestIncomingNotifyRequestIncoming NOTIFY request.

Returns:

void