Creates new instance of FlowConfigurationRequestedEventArgs class.

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

Syntax

Visual Basic (Declaration)
Public 
Sub 
New ( _
	
flow 
As 

MediaFlow _
)
C#
public 

FlowConfigurationRequestedEventArgs(
	

MediaFlow 
flow
)
Visual C++
public:

FlowConfigurationRequestedEventArgs(
	

MediaFlow^ 
flow
)
JavaScript

Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs
= 
function(
flow);

Parameters

flow
Type: Microsoft.Rtc.Collaboration.ComponentModel . . :: . MediaFlow
The flow that controls the media.

See Also