Enumerates the capabilities of the client
endpoint.
Namespace:
Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
[ FlagsAttribute] public enum LyncClientCapabilityTypes |
Members
Member name | Value | Description | |
---|---|---|---|
UserActivity | 1 |
Indicates that this client endpoint is the
most active one.
|
|
Text | 2 |
Indicates that this client endpoint supports
the Instant Messaging.
|
|
GifInk | 4 |
Indicates that this client endpoint supports
ink messages in GIF format.
|
|
IsfInk | 8 |
Indicates that this client endpoint supports
ink messages in Ink serialized format.
|
|
Audio | 16 |
Indicates that this client endpoint supports
audio.
|
|
Video | 32 |
Indicates that this client endpoint supports
video.
|
|
Cccp | 64 |
Indicates that this client endpoint supports
the Centralized Conferencing Control Protocol.
|
|
Calendar | 128 |
Indicates that this client endpoint supports
publishing the calendar data.
|
|
RemoteCallControl | 256 |
Indicates that this client endpoint supports
the remote call control.
|
|
Breakthrough | 512 |
Indicates that this client endpoint supports
call interruption when busy.
|
|
ApplicationSharing | 1024 |
Indicates that this client endpoint supports
application sharing.
|
|
Invalid | -1 |