Click or drag to resize

CallCanAutoAnswer Property

A Boolean value indicating whether this incoming call can be answered automatically.

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

Property Value

Type: Boolean
Remarks
Auto answer is not allowed when: - Avaya Communication Manager does not allow to answer it automatically, as well as - there is another live call, as well as - the application is running on a mobile device, as well as - the desktop screen is locked, as well as - the desktop screen saver is active, as well as - the presence state is set to Do-Not-Disturb (DND).
See Also