Click or drag to resize

CallServiceIsAutoAnswerAdministered Property

Gets a flag indicating whether auto-answer is administered for a station. This information is used to indicate how the client will behave when an incoming call is received. Do not use this information to determine if an incoming call should be answered automatically by your client. Instead use the call.CanAutoAnswer or call.IsAnswerModeAuto properties for that purpose.

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

Return Value

Type: Boolean
true if auto-answer is administered; false otherwise
Remarks
The SDK never auto-answers a call, we simply provide info indicating whether the call can be auto-answered. It's up to the client to act on this info and automatically answer the call.
See Also