Share via


ModalityState Enumeration

Enumerates the modality states.

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

Syntax

 typedef enum ModalityState
 {
    ucModalityDisconnected,
    ucModalityConnecting,
    ucModalityNotified,
    ucModalityJoining,
    ucModalityConnectingToCaller,
    ucModalityConnected,
    ucModalitySuspended,
    ucModalityHold,
    ucModalityForwarding,
    ucModalityTransferring
 };

Members

Member name Description
ucModalityDisconnected
The modality is not part of the conversation.
ucModalityConnecting
The invitation is being delivered.
ucModalityNotified
The invitation was delivered and the endpoint was notified.
ucModalityJoining
The invitation was accepted and the endpoints are joinging.
ucModalityConnectingToCaller
The modality agent is connecting to the caller.
ucModalityConnected
The modality is succesfully connected.
ucModalitySuspended
The modality is suspended and has limited capabilities.
ucModalityHold
The connected modality is placed on hold.
ucModalityForwarding
The connecting modality is being forwarded.
ucModalityTransferring
The connected modality is being transferred.

Remarks

See Also

UCCollaborationLib Namespace