Click or drag to resize

ClientConfigurationAvayaModel Property

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.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public string AvayaModel { get; set; }

Property Value

Type: String
Remarks
It is recommended to use a short or abbreviated form for endpoint type description in order to reduce network traffic and simplify endpoint type identification for other applications.
See Also