ModalityState enumeration

Enumerates the modality states.

Namespace:  Microsoft.Lync.Model.Conversation
Assembly:  Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)

Syntax

'Declaration
Public Enumeration ModalityState
'Usage
Dim instance As ModalityState
public enum ModalityState

Members

Member name Description
Disconnected The modality is not part of the conversation.
Connecting The invitation is being delivered.
Notified The invitation was delivered and the endpoint was notified.
Joining The invitation was accepted and the endpoints are joining.
ConnectingToCaller The modality agent is connecting to the caller.
Connected The modality is successfully connected.
Suspended The modality is suspended and has limited capabilities.
OnHold The connected modality is placed on hold.
Forwarding The connecting modality is being forwarded.
Transferring The connected modality is being transferred.
Disconnecting The modality is being disconnected
Invalid

See also

Reference

Microsoft.Lync.Model.Conversation namespace