3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Get
Call
Participants(Active
Connection) 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#
Copy
public
ActiveConnection
[]
GetCallParticipants
(
ActiveConnection
ac
)
Parameters
ac
ActiveConnection
Return Value
ActiveConnection
Implements
IPhoneSystem
GetCallParticipants(ActiveConnection)
Remarks
Pay attention, the list will include actual snapshot of the given ActiveConnection if it still in the call.
See Also
Reference
PhoneSystem Class
GetCallParticipants Overload
TCX.Configuration Namespace
In This Article
Definition
Parameters
Return Value
Implements
Remarks
See Also