Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.03 KB

sip.js.outgoingsubscriberequestdelegate.md

File metadata and controls

21 lines (13 loc) · 1.03 KB

Home > sip.js > OutgoingSubscribeRequestDelegate

OutgoingSubscribeRequestDelegate interface

Delegate providing custom handling of outgoing SUBSCRIBE requests.

Signature:

export interface OutgoingSubscribeRequestDelegate extends OutgoingRequestDelegate 

Methods

Method Description
onNotify(request) Received the initial subscription creating NOTIFY in response to this request. Called for out of dialog SUBSCRIBE requests only (not called for re-SUBSCRIBE requests).
onNotifyTimeout() Timed out waiting to receive the initial subscription creating NOTIFY in response to this request. Called for out of dialog SUBSCRIBE requests only (not called for re-SUBSCRIBE requests).