The participants in a ConsultTransfer.

Namespace: ININ.IceLib.Interactions
Assembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[FlagsAttribute]
public enum ConsultTransferParticipants
Visual Basic
<FlagsAttribute> _
Public Enumeration ConsultTransferParticipants

Members

Member nameValueDescription
None0 Neither the caller, nor the agent, nor the consult.
Agent1 Represents the agent party in a consult transfer.
Caller2 Represents the caller party in a consult transfer.
Consult4 Represents the consult party in a consult transfer.
All7 Represents the agent, caller and consult in a consult transfer.

Remarks

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.

See Also