Represents the Lync Option for the LyncOption property.
Namespace: ININ.IceLib.Configuration.DataTypesAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
[FlagsAttribute] public enum LyncOption |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration LyncOption |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Represents no Lync Options. | |
PublicConnectivity | 1 | Represents that public connectivity is enabled. | |
RemoteCallControl | 2 | Obsolete. Represents that remote call control is enabled. | |
OrganizeMeetingWithAnonymousParticipants | 4 | Obsolete. Represents the ability to allow meetings to be organized with anonymous participants. | |
UnifiedCommunications | 8 | Represents that unified communications is enabled. | |
EnhancedPresence | 16 | Obsolete. Represents that enhanced presence is enabled. | |
RemoteCallControlDualMode | 32 | Represents that remote call control is enabled. | |
AutoAttendantEnabled | 64 | Obsolete. Represents that auto attendant is enabled. |
Remarks
RemoteCallControl, OrganizeMeetingWithAnonymousParticipants, EnhancedPresence, and AutoAttendantEnabled
are not valid options for LyncOption. Additionally, LyncOption should not be treated as a flags enumeration. When setting
the LyncOption property, only one of the valid values should be used: PublicConnectivity, UnifiedCommunications, or RemoteCallControlDualMode.
In Interaction Administrator, these values correspond to "IM Only", "Enterprise Voice", and "Remote Call Control" respectively.
Version Information
Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.