Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 890 Bytes

sip.js.subscriptiondelegate.onrefresh.md

File metadata and controls

24 lines (14 loc) · 890 Bytes

Home > sip.js > SubscriptionDelegate > onRefresh

SubscriptionDelegate.onRefresh() method

Sent a SUBSCRIBE request. This includes "auto refresh" in dialog SUBSCRIBE requests only. Thus SUBSCRIBE requests triggered by calls to refresh() or subscribe() will not be provided. Thus the first SUBSCRIBE (the subscription creating SUBSCRIBE) will not be provided.

Signature:

onRefresh?(request: OutgoingSubscribeRequest): void;

Parameters

Parameter Type Description
request OutgoingSubscribeRequest Outgoing SUBSCRIBE request.

Returns:

void