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.
Creates new instance of FlowConfigurationRequestedEventArgs class.
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Sub New ( _
flow As MediaFlow _
)
'Usage
Dim flow As MediaFlow
Dim instance As New FlowConfigurationRequestedEventArgs(flow)
public FlowConfigurationRequestedEventArgs(
MediaFlow flow
)
Parameters
- flow
Type: Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
The flow that controls the media.
See Also
Reference
FlowConfigurationRequestedEventArgs Class