Home > sip.js > IncomingRequestWithSubscription
Incoming NOTIFY request with associated Subscription.
Signature:
export interface IncomingRequestWithSubscription
Property | Type | Description |
---|---|---|
request | IncomingNotifyRequest |
The NOTIFY request which established the subscription. |
subscription | Subscription |
If subscription state is not "terminated", then the subscription. Otherwise undefined. |