Home > sip.js > Session > notify
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;
Parameter | Type | Description |
---|---|---|
delegate | OutgoingRequestDelegate | Request delegate. |
options | RequestOptions | Options bucket. |
Returns: