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: 10.4.54.0
Syntax
public interface ISIPSubscription

The ISIPSubscription type exposes the following members.

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
Methods
 NameDescription
Public methodSetExpires Set the expires header's value.
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