MediaProvider.RaiseFlowConfigurationRequestedHandler Method
Raises the FlowConfigurationRequested event.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub RaiseFlowConfigurationRequestedHandler ( _
offerAnswerContext As OfferAnswerContext, _
flowEventArg As FlowConfigurationRequestedEventArgs _
)
'Usage
Dim offerAnswerContext As OfferAnswerContext
Dim flowEventArg As FlowConfigurationRequestedEventArgs
Me.RaiseFlowConfigurationRequestedHandler(offerAnswerContext, _
flowEventArg)
protected void RaiseFlowConfigurationRequestedHandler(
OfferAnswerContext offerAnswerContext,
FlowConfigurationRequestedEventArgs 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.