Call.HandleFlowConfigurationRequested(MediaFlow) 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.
Synchronously raises the flow to the application.
protected:
abstract bool HandleFlowConfigurationRequested(Microsoft::Rtc::Collaboration::ComponentModel::MediaFlow ^ mediaFlow);
protected abstract bool HandleFlowConfigurationRequested (Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow mediaFlow);
abstract member HandleFlowConfigurationRequested : Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow -> bool
Parameters
- mediaFlow
- MediaFlow
The media flow.
Returns
True if the application handled the event, false otherwise.