Specifies constants indicating the party type of a call.

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

Syntax

C#
public enum InteractionCallPartyType
Visual Basic
Public Enumeration InteractionCallPartyType

Members

Member nameValueDescription
Unknown0Indicates an unknown party type.
Internal1Indicates an internal party type.
External2Indicates an external party type.
System3Indicates a system party type.

Version Information

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

See Also