Represents the possible states for a media flow.

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

Syntax

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

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

Microsoft.Rtc.Collaboration.MediaFlowState.createEnum('

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

Members

Member name Description
Idle
The Flow is not established yet.
Active
The flow is active.
Terminated
The flow was termianted.

See Also