Click or drag to resize

CallEnded Event

Occurs when the call has ended.

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

Value

Type: SystemEventHandlerCallEndedEventArgs
Remarks
If a local call is terminated by the remote end, the input argument is set to true. Otherwise, it is set to false
See Also