MediaStreamingTransport Struct

Definition

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