sip.js.sessiondialog.notify.md
September 26, 2022 ยท View on GitHub
Home > sip.js > SessionDialog > notify
SessionDialog.notify() method
The NOTIFY mechanism defined in [2] MUST be used to inform the agent sending the REFER of the status of the reference. https://tools.ietf.org/html/rfc3515\#section-2.4.4
Signature:
notify(delegate?: OutgoingRequestDelegate, options?: RequestOptions): OutgoingNotifyRequest;
Parameters
| Parameter | Type | Description |
|---|---|---|
| delegate | OutgoingRequestDelegate | |
| options | RequestOptions | Options bucket. |
Returns: