AudioVideoCall.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.
This method handles flow created event reported by the provider via the base call.
protected:
override bool HandleFlowConfigurationRequested(Microsoft::Rtc::Collaboration::ComponentModel::MediaFlow ^ mediaFlow);
protected override bool HandleFlowConfigurationRequested (Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow mediaFlow);
override this.HandleFlowConfigurationRequested : Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow -> bool
Parameters
- mediaFlow
- MediaFlow
Newly created flow.
Returns
True if the flow was reported to the application.