The participants in a ConsultTransfer.
Namespace: ININ.IceLib.InteractionsAssembly: 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 name | Value | Description | |
---|---|---|---|
None | 0 | Neither the caller, nor the agent, nor the consult. | |
Agent | 1 | Represents the agent party in a consult transfer. | |
Caller | 2 | Represents the caller party in a consult transfer. | |
Consult | 4 | Represents the consult party in a consult transfer. | |
All | 7 | Represents the agent, caller and consult in a consult transfer. |
Remarks
See ChangeSpeakers(ConsultTransferParticipants) or ChangeSpeakersAsync(ConsultTransferParticipants, AsyncCompletedEventHandler, Object) on
using these values.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.