Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 771 Bytes

sip.js.subscribeuseragentclient.onnotify.md

File metadata and controls

24 lines (14 loc) · 771 Bytes

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

Parameter Type Description
uas NotifyUserAgentServer User agent server handling the subscription creating NOTIFY.

Returns:

void