Home > sip.js > SubscribeUserAgentClient > onNotify
Handle out of dialog NOTIFY associated with SUBSCRIBE request. This is the first NOTIFY received after the SUBSCRIBE request.
Signature:
onNotify(uas: NotifyUserAgentServer): void;
Parameter | Type | Description |
---|---|---|
uas | NotifyUserAgentServer | User agent server handling the subscription creating NOTIFY. |
Returns:
void