LyncClientCapabilityTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the capabilities that for preferred client.
This enumeration supports a bitwise combination of its member values.
public enum class LyncClientCapabilityTypes
[System.Flags]
public enum LyncClientCapabilityTypes
type LyncClientCapabilityTypes =
Public Enum LyncClientCapabilityTypes
- Inheritance
-
LyncClientCapabilityTypes
- Attributes
Fields
Name | Value | Description |
---|---|---|
Invalid | -1 | |
UserActivity | 1 | Indicates that the endpoint is the most active one. |
Text | 2 | Indicates that the endpoint supports the Instant Messaging. |
GifInk | 4 | Indicates that the endpoint supports the GifInk formats in IM. |
IsfInk | 8 | Indicates that the endpoint supports the Ink serialized formats in IM. |
Audio | 16 | Indicates that the endpoint supports voice. |
Video | 32 | Indicates that the endpoint supports video. |
Cccp | 64 | Indicates that the endpoint supports the Centralized Conferencing Control Protocol. |
Calendar | 128 | Indicates that the endpoint supports publishing the calendar data. |
RemoteCallControl | 256 | Indicates that the endpoint supports the GifInk formats in the Instant Messaging. |
Breakthrough | 512 | Indicates that the endpoint supports the remote call control. |
ApplicationSharing | 1024 | Indicates that the endpoint supports application sharing. |