Edit

Share via


AudioVideoCall.HandleFlowConfigurationRequested(MediaFlow) Method

Definition

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.

Applies to