sip.js.subscribeuseragentclient.onnotify.md

September 26, 2022 ยท View on GitHub

Home > sip.js > SubscribeUserAgentClient > onNotify

SubscribeUserAgentClient.onNotify() method

Handle out of dialog NOTIFY associated with SUBSCRIBE request. This is the first NOTIFY received after the SUBSCRIBE request.

Signature:

onNotify(uas: NotifyUserAgentServer): void;

Parameters

ParameterTypeDescription
uasNotifyUserAgentServerUser agent server handling the subscription creating NOTIFY.

Returns:

void

Contents

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