Edit

Share via


MediaProvider.RaiseFlowConfigurationRequestedHandler Method

Definition

Raises the FlowConfigurationRequested event.

protected:
 void RaiseFlowConfigurationRequestedHandler(Microsoft::Rtc::Collaboration::ComponentModel::OfferAnswerContext ^ offerAnswerContext, Microsoft::Rtc::Collaboration::ComponentModel::FlowConfigurationRequestedEventArgs ^ flowEventArg);
protected void RaiseFlowConfigurationRequestedHandler (Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext offerAnswerContext, Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs flowEventArg);
member this.RaiseFlowConfigurationRequestedHandler : Microsoft.Rtc.Collaboration.ComponentModel.OfferAnswerContext * Microsoft.Rtc.Collaboration.ComponentModel.FlowConfigurationRequestedEventArgs -> unit

Parameters

offerAnswerContext
OfferAnswerContext

The OfferAnswer context for the call on which the flow is created.

flowEventArg
FlowConfigurationRequestedEventArgs

EventArgs that contain the newly created flow object.

Applies to