Enumerates the possible states of a conversation modality.
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 contact at the endpoint was notified. | |
| Joining | The invitation was accepted and the endpoints are joining. | |
| ConnectingToCaller | The endpoint 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. | |
| Invalid |