Home > sip.js > OutgoingSubscribeRequestDelegate
Delegate providing custom handling of outgoing SUBSCRIBE requests.
Signature:
export interface OutgoingSubscribeRequestDelegate extends OutgoingRequestDelegate
Extends: OutgoingRequestDelegate
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). |