Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.11 KB

sip.js.outgoingsubscriberequestdelegate.md

File metadata and controls

22 lines (14 loc) · 1.11 KB

Home > sip.js > OutgoingSubscribeRequestDelegate

OutgoingSubscribeRequestDelegate interface

Delegate providing custom handling of outgoing SUBSCRIBE requests.

Signature:

export interface OutgoingSubscribeRequestDelegate extends OutgoingRequestDelegate 

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).