Click or drag to resize
ISIPSubscription Interface
Defines properties, methods and events for SIP event package subscriptions (such as message-summary).

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public interface ISIPSubscription

The ISIPSubscription type exposes the following members.

Methods
  NameDescription
Public methodSetExpires
Set the expires header's value.
Top
Properties
  NameDescription
Public propertyAccount
Gets the SIP address for the subscription.
Public propertyEventType
Gets the event type of the subscription.
Public propertyExpires
Gets the time (in seconds) after the subscription will be terminated.
Public propertyID
Gets the ID of the subscription.
Public propertyOwner
Gets the owner of the subscription.
Public propertyState
Gets the current state of the subscription.
Top
Events
  NameDescription
Public eventNotificationReceived
Occurs when a notification received from the remote end.
Public eventStateChanged
Occurs when the state of the subscription has changed.
Top
See Also