ConferenceEscalationProgress enumeration
Enumerates the progressive stages of a conversation's escalation to conference.
Namespace: Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Enumeration ConferenceEscalationProgress
'Usage
Dim instance As ConferenceEscalationProgress
public enum ConferenceEscalationProgress
Members
Member name | Description | |
---|---|---|
NotStarted | The conference has not started yet. | |
SchedulingConference | The conference is being scheduled. | |
ConnectingToConference | Connecting to the conference. | |
ConnectedToLobby | Connected to the conference lobby. | |
JoiningLocalMedia | Joining the conference media. | |
WaitingForPair | The conference escalation is in waiting for the paired device state. | |
WaitingForPeer | The conference escalation is in waiting for the peer state. | |
Completed | Conference escalation completed successfully. | |
Failed | Failed to join the conference. | |
AwaitingDisclaimerResponse | Waiting for the disclaimer response. | |
AwaitingJoinDialogResponse | Waiting for the join audio dialog response. | |
Invalid |