Enumerates the possible states of a
conversation modality.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ModalityState |
Members
Member name | Value | Description | |
---|---|---|---|
Disconnected | 0 |
The modality is not part of the
conversation.
|
|
Connecting | 1 |
The invitation is being delivered.
|
|
Notified | 2 |
The invitation was delivered and the contact
at the endpoint was notified.
|
|
Joining | 3 |
The invitation was accepted and the endpoints
are joining.
|
|
ConnectingToCaller | 4 |
The endpoint is connecting to the
caller.
|
|
Connected | 5 |
The modality is successfully connected.
|
|
Suspended | 6 |
The modality is suspended and has limited
capabilities.
|
|
OnHold | 7 |
The connected modality is placed on
hold.
|
|
Forwarding | 8 |
The connecting modality is being
forwarded.
|
|
Transferring | 9 |
The connected modality is being
transferred.
|
|
Invalid | -1 |