MediaFlow(CallDialogContext) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of a flow for a specific dialog context
protected:
MediaFlow(Microsoft::Rtc::Collaboration::CallDialogContext ^ signalingContext);
protected MediaFlow (Microsoft.Rtc.Collaboration.CallDialogContext signalingContext);
new Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow : Microsoft.Rtc.Collaboration.CallDialogContext -> Microsoft.Rtc.Collaboration.ComponentModel.MediaFlow
Protected Sub New (signalingContext As CallDialogContext)
Parameters
- signalingContext
- CallDialogContext
The signaling context.