PhoneSystemWhisperTo Method
Note: This API is now obsolete.
request to listen the call and "whisper" to specified participant of the call
Namespace: TCX.ConfigurationAssembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
[ObsoleteAttribute("Use BargeinCall(dn, ActiveConnection, BargeInMode.Whisper) instead")]
public void WhisperTo(
int callID,
string dn,
string wisperTo
)
- 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)
IPhoneSystemWhisperTo(Int32, String, String)