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