Specifies constants indicating the call type.
Namespace: ININ.IceLib.InteractionsAssembly: ININ.IceLib.Interactions (in ININ.IceLib.Interactions.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public enum InteractionCallType |
Visual Basic |
---|
Public Enumeration InteractionCallType |
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The call type is unknown. Possibly the caller is not an IC user. | |
Intercom | 1 | The call is an intercom call, which means that the caller is an internal IC participant. | |
External | 2 | The call is an external call. The caller is a non-IC participant. |
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.