Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1013 Bytes

sip.js.session.notify.md

File metadata and controls

25 lines (15 loc) · 1013 Bytes

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:

OutgoingNotifyRequest