MediaFlow Constructor
Creates a new instance of a flow for a specific dialog context
Namespace: Microsoft.Rtc.Collaboration.ComponentModel
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Sub New ( _
signalingContext As CallDialogContext _
)
'Usage
Dim signalingContext As CallDialogContext
Dim instance As New MediaFlow(signalingContext)
protected MediaFlow(
CallDialogContext signalingContext
)
Parameters
- signalingContext
Type: Microsoft.Rtc.Collaboration.CallDialogContext
The signaling context.