PhoneSystemGetCallParticipants(ActiveConnection) Method

Returns all participants of the call where specified active connection participates.

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
public ActiveConnection[] GetCallParticipants(
	ActiveConnection ac
)

Parameters

ac  ActiveConnection
 

Return Value

ActiveConnection

Implements

IPhoneSystemGetCallParticipants(ActiveConnection)

Remarks

Pay attention, the list will include actual snapshot of the given ActiveConnection if it still in the call.

See Also