Edit

Share via


InstantMessagingCall.HandleFlowConfigurationRequested(MediaFlow) Method

Definition

Handles the FlowConfigurationRequested event raising.

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 MediaFlow.

Returns

If true, raises the InstantMessagingFlowConfigurationRequested event when a new flow is created.

Remarks

Invokes the InstantMessagingFlowConfigurationRequested event when new flow is created.

Applies to