Specifies constants indicating the call type.

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

Collapse imageSyntax

C#
public enum InteractionCallType
Visual Basic
Public Enumeration InteractionCallType

Collapse imageMembers

Member nameValueDescription
Unknown0The call type is unknown. Possibly the caller is not an IC user.
Intercom1The call is an intercom call, which means that the caller is an internal IC participant.
External2The call is an external call. The caller is a non-IC participant.

Collapse imageVersion Information

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

Collapse imageSee Also