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)

Syntax

C#
public enum InteractionCallType
Visual Basic
Public Enumeration InteractionCallType

Members

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.

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