Click or drag to resize
TapiCallCallDuration Property
Gets the duration of the call.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public TimeSpan CallDuration { get; }

Property Value

Type: TimeSpan
Remarks

Call duration is calculated from the moment the call transitions to the Connected state. CallDuration is set to zero if the call never connected.

See Also