Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 821 Bytes

File metadata and controls

25 lines (15 loc) · 821 Bytes

Home > sip.js > Subscription > subscribe

Subscription.subscribe() method

Send re-SUBSCRIBE request. Refreshing a subscription and unsubscribing. https://tools.ietf.org/html/rfc6665\#section-4.1.2.2

Signature:

subscribe(delegate?: OutgoingSubscribeRequestDelegate, options?: RequestOptions): OutgoingSubscribeRequest;

Parameters

Parameter Type Description
delegate OutgoingSubscribeRequestDelegate Request delegate.
options RequestOptions Options bucket

Returns:

OutgoingSubscribeRequest