InstantMessagingCall.HandleFlowConfigurationRequested Method
Handles the FlowConfigurationRequested event raising.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Function HandleFlowConfigurationRequested ( _
mediaFlow As MediaFlow _
) As Boolean
'Usage
Dim mediaFlow As MediaFlow
Dim returnValue As Boolean
returnValue = Me.HandleFlowConfigurationRequested(mediaFlow)
protected override bool HandleFlowConfigurationRequested(
MediaFlow mediaFlow
)
Parameters
- mediaFlow
Type: Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
Newly created MediaFlow.
Return Value
Type: System.Boolean
If true, raises the InstantMessagingFlowConfigurationRequested event when a new flow is created.
Remarks
Invokes the InstantMessagingFlowConfigurationRequested event when new flow is created.