Enumerates the capabilities of the client endpoint.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration LyncClientCapabilityTypes
'Usage
Dim instance As LyncClientCapabilityTypes
[FlagsAttribute]
public enum LyncClientCapabilityTypes
Members
| Member name | Description | |
|---|---|---|
| UserActivity | Indicates that this client endpoint is the most active one. | |
| Text | Indicates that this client endpoint supports the Instant Messaging. | |
| GifInk | Indicates that this client endpoint supports ink messages in GIF format. | |
| IsfInk | Indicates that this client endpoint supports ink messages in Ink serialized format. | |
| Audio | Indicates that this client endpoint supports audio. | |
| Video | Indicates that this client endpoint supports video. | |
| Cccp | Indicates that this client endpoint supports the Centralized Conferencing Control Protocol. | |
| Calendar | Indicates that this client endpoint supports publishing the calendar data. | |
| RemoteCallControl | Indicates that this client endpoint supports the remote call control. | |
| Breakthrough | Indicates that this client endpoint supports call interruption when busy. | |
| ApplicationSharing | Indicates that this client endpoint supports application sharing. | |
| Invalid |