PhoneSystemRecordCall Method

request to start/stop recording of call

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
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

IPhoneSystemRecordCall(Int32, String, Boolean)

See Also