Click or drag to resize
ClientConfiguration Class
Configuration data that is common for a Client.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesClientConfiguration

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class ClientConfiguration

The ClientConfiguration type exposes the following members.

Constructors
  NameDescription
Public methodClientConfiguration(String)
Constructor. No User Agent is set. Clients should explicitly set the UserAgentName.
Public methodClientConfiguration(String, String, String, String, String, String, String)
Constructor. This should be adopted by clients as it derives the UserAgentName
Top
Properties
  NameDescription
Public propertyAnalyticsEnabled
Used to control the collection of analytics data by the SDK.
Public propertyAudioDeviceCallControlEnabled
Enable the audio device call control feature. When true, allows the user to answer, end, mute, unmute, hold, and unhold calls using buttons on certain Avaya - branded audio devices(L1xx headsets, B109 speakerphone). Button control is enabled automatically when the same supported headset is selected for use as the microphone and earphone device. Button control is disabled when either the microphone or earphone is an unsupported device. This feature is independent of headset control by the App or External API, and those services should continue to work with the devices that they support. Defaults to true.
Public propertyAvayaModel
Optional model string for publishing endpoint type via "+avaya.model" parameter to other endpoints. For instance, if this client is configured as Shared Control controllable endpoint, it may publish self endpoint type (e.g. 'AvayaSoftClient' or 'AvayaDeskPhone') to other shared control capable endpoints, registered with the same extension. So that control-capable client application could display this model information to the user who is going to activate shared control. This model information may help user to identify this endpoint in case multiple endpoints are available.
Public propertyBuildNumber
Public propertyDataDirectory
The location to use for the storage of persistent data.
Public propertyMediaConfiguration
Configuration data containing the media (audio, video) data.
Public propertyOSVersion
Public propertyPlatform
Public propertyProductName
Public propertyProductVersion
Public propertyProxyCredentialProvider
If proxy server needs authentication, this credential provider will be used to get them.
Public propertyProxyFallbackEnabled
Defines if proxy fallback feature should be enabled or not. Proxy fallback is a feature that will allow Client SDK to connect directly to given endpoint despite proxy settings. First, connection is made via proxy (if set in Operating System) and if there's a failure (except wrong credentials), another attempt is made to establish a connection, only this time bypassing proxy settings.
Public propertyProxyMode
Defines how proxy settings are used.
Public propertySecurityPolicyConfiguration
Configuration data containing security policy (i.e. Certificate) data.
Public propertyUserAgentInstanceId
A unique instance id of the user agent. This is the instance.id defined in RFC 5626. According to RFC 5626, each UA MUST have an Instance Identifier Uniform Resource Name (URN) [RFC2141] that uniquely identifies the device. Usage of a URN provides a persistent and unique name for the UA instance. It also provides an easy way to guarantee uniqueness within the AOR. This URN MUST be persistent across power cycles of the device. The instance ID MUST NOT change as the device moves from one network to another. A device like a "soft phone", when first installed, can generate a UUID [RFC4122] and then save this in persistent storage for all future use.
Public propertyUserAgentName
The product-identifying string used in the User-Agent header.
Public propertyVendorName
Top
See Also