Enumerates the progressive stages of
escalation from conversation to conference.
Namespace:
Microsoft.Lync.Model.Conversation
Assembly: Microsoft.Lync.Model(in Microsoft.Lync.Model.dll)
Syntax
C# |
---|
public enum ConferenceEscalationProgress |
Members
Member name | Value | Description | |
---|---|---|---|
NotStarted | 0 |
The conference escalation has not started
yet.
|
|
SchedulingConference | 1 |
The conference is being scheduled.
|
|
ConnectingToConference | 2 |
Connecting to the conference.
|
|
ConnectedToLobby | 3 |
Connected to the conference lobby.
|
|
JoiningLocalMedia | 4 |
Joining the conference media.
|
|
WaitingForPair | 5 |
The conference escalation is waiting for the
paired device state.
|
|
WaitingForPeer | 6 |
The conference escalation is in waiting for
the peer state.
|
|
Completed | 7 |
Conference escalation completed
successfully.
|
|
Failed | 8 |
Failed to join the conference.
|
|
AwaitingDisclaimerResponse | 9 |
Waiting for the disclaimer response.
|
|
Invalid | -1 |