Click or drag to resize

CallLogParticipantLeaveTime Property

For point to point call, this represents the time when the call ended. For conference call where participant list is available, this time represents when the remote participant left the conference. If the remote party was still on the call when the conference ended, this property will be set to DateTime::MinValue.

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

Property Value

Type: DateTime
See Also