Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method handles flow created event reported by the provider via the base call.
Namespace: Microsoft.Rtc.Collaboration.AudioVideo
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 flow.
Return Value
Type: System.Boolean
True if the flow was reported to the application.