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
| Parameter | Type | Description |
|---|---|---|
| uas | NotifyUserAgentServer | User agent server handling the subscription creating NOTIFY. |
Returns:
void