PhoneSystemBargeinCall(Int32, String, Boolean) Method

Note: This API is now obsolete.
request to barge in to the call

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use BargeinCall(dn, ActiveConnection, BargeInMode.BargeIn) instead")]
public void BargeinCall(
	int CallID,
	string dn,
	bool oneWayAudio
)

Parameters

CallID  Int32
CallID on PBX (see CallID)
dn  String
identifies new participant who should barge in to the call.(see Number)
oneWayAudio  Boolean
ignored

Implements

IPhoneSystemBargeinCall(Int32, String, Boolean)

Remarks

"oneWayAudio" is not used by the method. New participan will talk to all participants in call.

See Also