Click or drag to resize

ISIPClient Interface

Represents a SIP client. Contains properties, methods and events for monitoring the SIP client.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public interface ISIPClient : ISIPClientConfigurable

The ISIPClient type exposes the following members.

Properties
 NameDescription
Public propertyConfig Gets the configuration for the SIP client.
(Inherited from ISIPClientConfigurable)
Public propertyCustomProperties Gets a collection that can be used for storing custom values for the SIP client.
Public propertyRegistrationInfo Gets information about the registration process.
Public propertyRegState Gets the state of the SIP client.
Public propertySIPAccount Gets the associated SIP account.
Public propertySourceIdentifier Gets or sets an object that can be used to identify a SIP message sent to the client.
Public propertySubscription Gets the manager that can handle SIP subscriptions (SUBSCRIBE).
Top
Events
 NameDescription
Public eventRegistrationStateChanged Occurs when the registration state of the SIP client has changed.
Top
See Also