sip.js.subscription.subscribe.md
September 26, 2022 ยท View on GitHub
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: