sip.js.sessiondelegate.onnotify.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDelegate > onNotify
SessionDelegate.onNotify() method
Receive NOTIFY request. https://tools.ietf.org/html/rfc6665\#section-4.1.3
Signature:
onNotify?(request: IncomingNotifyRequest): void;
Parameters
| Parameter | Type | Description |
|---|---|---|
| request | IncomingNotifyRequest | Incoming NOTIFY request. |
Returns:
void