sip.js.session.notify.md
September 26, 2022 ยท View on GitHub
Home > sip.js > Session > notify
Session.notify() method
Send NOTIFY request. Inform referrer of transfer progress. The use of this is limited to the implicit creation of subscription by REFER (historical). Otherwise, notifiers MUST NOT create subscriptions except upon receipt of a SUBSCRIBE request. https://tools.ietf.org/html/rfc3515\#section-3.7
Signature:
notify(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingNotifyRequest;
Parameters
| Parameter | Type | Description |
|---|---|---|
| delegate | OutgoingRequestDelegate | Request delegate. |
| options | RequestOptions | Options bucket. |
Returns: