MediaProvider.RaiseFlowConfigurationRequestedHandler Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.