ModalityTypes Enumeration

Enumerates the modality types. Used to specify the modality type when determining if a modality is supported by a telephone endpoint or contact.

Namespace:  UCCollaborationLib
Assembly:  Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)

Syntax

 typedef enum ModalityTypes
 {
    ucModalityNone = 0,
    ucModalityInstantMessage = 1,
    ucModalityAudioVideo = 2,
    ucModalityAppSharing = 4
 };

Members

Member name Description
ucModalityNone
No modality
ucModalityInstantMessage
Instant Messaging
ucModalityAudioVideo
Audio/Video Messaging
ucModalityAppSharing
Application Sharing

Remarks

ModalityTypes is used as a parameter to IContactEndpoint.CanStart() and IContact.CanStart()

See Also

UCCollaborationLib Namespace