Click or drag to resize

CallServiceActiveCallChanged Event

Called when a there is change in active call. An active call is local and in established state. The active call is null if there is no call, or if all calls are in held state.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<CallEventArgs> ActiveCallChanged

Value

Type: SystemEventHandlerCallEventArgs
See Also