MediaStreamingTransport Struct
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.
The type of transport to be used for media streaming, eg. Websocket.
public readonly struct MediaStreamingTransport : IEquatable<Azure.Communication.CallAutomation.MediaStreamingTransport>
type MediaStreamingTransport = struct
Public Structure MediaStreamingTransport
Implements IEquatable(Of MediaStreamingTransport)
- Inheritance
-
MediaStreamingTransport
- Implements
Constructors
MediaStreamingTransport(String) |
Initializes a new instance of MediaStreamingTransport. |
Properties
Websocket |
websocket. |
Methods
Equals(MediaStreamingTransport) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MediaStreamingTransport, MediaStreamingTransport) |
Determines if two MediaStreamingTransport values are the same. |
Implicit(String to MediaStreamingTransport) |
Converts a string to a MediaStreamingTransport. |
Inequality(MediaStreamingTransport, MediaStreamingTransport) |
Determines if two MediaStreamingTransport values are not the same. |
Applies to
Azure SDK for .NET