Sdílet prostřednictvím


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

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.

See Also

Reference

InstantMessagingCall Class

InstantMessagingCall Members

Microsoft.Rtc.Collaboration Namespace