sip.js.sessiondelegate.onnotify.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SessionDelegate > onNotify

SessionDelegate.onNotify() method

Receive NOTIFY request. https://tools.ietf.org/html/rfc6665\#section-4.1.3

Signature:

onNotify?(request: IncomingNotifyRequest): void;

Parameters

ParameterTypeDescription
requestIncomingNotifyRequestIncoming NOTIFY request.

Returns:

void

Contents

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