MediaStreamingOptions 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.
Initializes a new instance of MediaStreamingOptions.
public MediaStreamingOptions (Uri transportUri, Azure.Communication.CallAutomation.MediaStreamingContent contentType, Azure.Communication.CallAutomation.MediaStreamingAudioChannel audioChannelType, Azure.Communication.CallAutomation.MediaStreamingTransport transportType = default, bool? startMediaStreaming = default);
new Azure.Communication.CallAutomation.MediaStreamingOptions : Uri * Azure.Communication.CallAutomation.MediaStreamingContent * Azure.Communication.CallAutomation.MediaStreamingAudioChannel * Azure.Communication.CallAutomation.MediaStreamingTransport * Nullable<bool> -> Azure.Communication.CallAutomation.MediaStreamingOptions
Public Sub New (transportUri As Uri, contentType As MediaStreamingContent, audioChannelType As MediaStreamingAudioChannel, Optional transportType As MediaStreamingTransport = Nothing, Optional startMediaStreaming As Nullable(Of Boolean) = Nothing)
Parameters
- transportUri
- Uri
- contentType
- MediaStreamingContent
- audioChannelType
- MediaStreamingAudioChannel
- transportType
- MediaStreamingTransport
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET