3CX Configuration and Call Control API v4.0.0.0 (v20)
C#
Show/Hide TOC
Phone
System
Record
Call Method
request to start/stop recording of call
Definition
Namespace:
TCX.Configuration
Assembly:
3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Copy
public
void
RecordCall
(
int
CallID
,
string
dn
,
bool
YesNo
)
Parameters
CallID
Int32
CallID on PBX (see
ActiveConnection
)
dn
String
Participant of call who should "initiate" request (see
Number
)
YesNo
Boolean
- to start recording,
- to stop it
Implements
IPhoneSystem
RecordCall(Int32, String, Boolean)
See Also
Reference
PhoneSystem Class
TCX.Configuration Namespace
In This Article
Definition
Parameters
Implements
See Also