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