PhoneSystemGetCallParticipants(Int32) Method

Returns all participants of the specific call

Definition

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

Parameters

callid  Int32
 

Return Value

ActiveConnection

Implements

IPhoneSystemGetCallParticipants(Int32)

Remarks

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

See Also