Share via


ConferenceEscalationProgress Enumeration

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

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

Members

Member name Description
NotStarted The conference escalation 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 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.
Invalid

See Also

Reference

Microsoft.Lync.Model.Conversation Namespace