PhoneSystemWhisperTo Method

Note: This API is now obsolete.
request to listen the call and "whisper" to specified participant of the call

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
[ObsoleteAttribute("Use BargeinCall(dn, ActiveConnection, BargeInMode.Whisper) instead")]
public void WhisperTo(
	int callID,
	string dn,
	string wisperTo
)

Parameters

callID  Int32
CallID on PBX (CallID)
dn  String
identifies new participant who should start to listen call and be able to talk to specified participant (see Number)
wisperTo  String
identifies participant of the call who will hear the "whisper" from new participantNumber)

Implements

IPhoneSystemWhisperTo(Int32, String, String)

See Also