| CallCanAutoAnswer Property |
A Boolean value indicating whether this incoming call can be answered automatically.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic 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