This method handles flow created event reported by the provider via the base call.

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

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Function 
HandleFlowConfigurationRequested (
_
	
mediaFlow 
As 

MediaFlow _
) 
As 
Boolean
C#
protected 
override 
bool 
HandleFlowConfigurationRequested(
	

MediaFlow 
mediaFlow
)
Visual C++
protected:
virtual 
bool 
HandleFlowConfigurationRequested(
	

MediaFlow^ 
mediaFlow
) 
override
JavaScript
function 
handleFlowConfigurationRequested(
mediaFlow);

Parameters

mediaFlow
Type: Microsoft.Rtc.Collaboration.ComponentModel . . :: . MediaFlow
Newly created flow.

Return Value

True if the flow was reported to the application.

See Also