Click or drag to resize

ISubscribeSenderUA Interface

Subscriber interface. Manages subscriptions, sends SUBSCRIBE requests.

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

The ISubscribeSenderUA type exposes the following members.

Methods
 NameDescription
Public methodCreateNewSubscription Creates a new subscription.
Public methodRefreshSubscription Refreshes an accepted subscription.
Public methodSendInitialSubscribeRequest Sends a SUBSCRIBE request to the remote host.
Public methodUnsubscribe Unsubscribes from the specified subscription.
Top
See Also