Click or drag to resize

ISIPSubscriptionManager Interface

Manages SIP event subscriptions.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public interface ISIPSubscriptionManager

The ISIPSubscriptionManager type exposes the following members.

Methods
 NameDescription
Public methodCreate(SIPEventType, String) Creates a SIP subscription with the given event-type.
Public methodCreate(String, String) Creates a SIP subscription with the given event type.
Public methodGet(SIPEventType) Retrieves a previously created subscription.
Public methodGet(String) Retrieves a previously created subscription.
Public methodSubscribe Sends a SUBSCRIBE request for the given subscription.
Public methodUnsubscribe Terminates the given subscription.
Top
See Also