Home > sip.js > SessionDelegate > onNotify
Receive NOTIFY request. https://tools.ietf.org/html/rfc6665\#section-4.1.3
Signature:
onNotify?(request: IncomingNotifyRequest): void;
Parameter | Type | Description |
---|---|---|
request | IncomingNotifyRequest | Incoming NOTIFY request. |
Returns:
void