Handles the FlowConfigurationRequested event raising.

Namespace:  Microsoft.Rtc.Collaboration
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 MediaFlow.

Return Value

If true, raises the InstantMessagingFlowConfigurationRequested event when a new flow is created.

Remarks

Invokes the InstantMessagingFlowConfigurationRequested event when new flow is created.

See Also