Raises the FlowConfigurationRequested event.

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

Syntax

Visual Basic (Declaration)
Protected 
Sub 

RaiseFlowConfigurationRequestedHandler ( _
	
offerAnswerContext 
As 

OfferAnswerContext, _
	
flowEventArg 
As 

FlowConfigurationRequestedEventArgs _
)
C#
protected 
void 

RaiseFlowConfigurationRequestedHandler(
	

OfferAnswerContext 
offerAnswerContext,
	

FlowConfigurationRequestedEventArgs 
flowEventArg
)
Visual C++
protected:
void 

RaiseFlowConfigurationRequestedHandler(
	

OfferAnswerContext^ 
offerAnswerContext, 
	

FlowConfigurationRequestedEventArgs^ 
flowEventArg
)
JavaScript
function 

raiseFlowConfigurationRequestedHandler(
offerAnswerContext, 
flowEventArg);

Parameters

offerAnswerContext
Type: Microsoft.Rtc.Collaboration.ComponentModel . . :: . OfferAnswerContext
The OfferAnswer context for the call on which the flow is created.
flowEventArg
Type: Microsoft.Rtc.Collaboration.ComponentModel . . :: . FlowConfigurationRequestedEventArgs
EventArgs that contain the newly created flow object.

See Also