Click or drag to resize
LicenseManager Class
Manages the SDK licences
Inheritance Hierarchy
SystemObject
  Ozeki.CommonLicenseManager

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class LicenseManager

The LicenseManager type exposes the following members.

Methods
  NameDescription
Public methodSetLicense
Sets your license according to the license key you got after purchasing the SDK
Top
Properties
  NameDescription
Public propertyG729Enabled
Indicates whether the G729 codec is enabled at the SDK.
Public propertyStatic memberInstance
Singleton instance
Public propertyLicenseType
Your actual Ozeki VoIP SDK license type.
Public propertyMaxFlashClient
Indicates the maximum nummber of Flash clients that is allowed with your license
Public propertyMaxIPCameraConnection
Indicates the maximum nummber of IP camera clients that is allowed with your license
Public propertyMaxPhoneCall
Indicates the maximum simultaneous phone call which is allowed with your license.
Public propertyMaxPhoneLine
Indicates the maximum simultaneous phone line which is allowed with your license.
Public propertyMaxSilverlightClient
Indicates the maximum nummber of Silverlight clients that is allowed with your license
Public propertyMaxWindowsPhoneClient
Indicates the maximum nummber of Windows Phone clients that is allowed with your license
Public propertyRemainingDays
Indicates remaining time of the Ozeki VoIP SDK trial period.
Top
See Also