Click or drag to resize
TapiLineCalls Property
Gets a list of calls on the line.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public IList<TapiCall> Calls { get; }

Property Value

Type: IListTapiCall
Remarks
Calls is a collection of TapiCall objects representing calls on the line. This collection is updated automatically when a new call appears on the line or when a call becomes idle. Your application can subscribe to IncomingCall and OutgoingCall events to receive notifications when a new incoming or outgoing call is detected.
See Also