The state of the conference session.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Enumeration 
ConferenceSessionState
C#
public 
enum 
ConferenceSessionState
Visual C++
public 
enum class 
ConferenceSessionState
JavaScript

Microsoft.Rtc.Collaboration.ConferenceSessionState = 
function();

Microsoft.Rtc.Collaboration.ConferenceSessionState.createEnum('

Microsoft.Rtc.Collaboration.ConferenceSessionState', false);

Members

Member name Description
Idle
The session has not connected yet.
Connecting
The session is attempting to join the conference
Connected
The session is joined to a conference.
Disconnecting
The session is leaving the conference.
Disconnected
The session has left the conference.
Reconnecting
The session is reconnecting to a conference.

See Also