PhoneSystemGetActiveConnectionsByCallID Method

Returns the set of current active connections grouped by CallID

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public Dictionary<uint, List<ActiveConnection>> GetActiveConnectionsByCallID()

Return Value

DictionaryUInt32, ListActiveConnection

Implements

IPhoneSystemGetActiveConnectionsByCallID

Remarks

reserved for future use

See Also