MediaStreamingSubscriptionState 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.
Media streaming subscription state.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.MediaStreamingSubscriptionState>))]
public readonly struct MediaStreamingSubscriptionState : IEquatable<Azure.Communication.CallAutomation.MediaStreamingSubscriptionState>
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Communication.CallAutomation.EquatableEnumJsonConverter<Azure.Communication.CallAutomation.MediaStreamingSubscriptionState>))>]
type MediaStreamingSubscriptionState = struct
Public Structure MediaStreamingSubscriptionState
Implements IEquatable(Of MediaStreamingSubscriptionState)
- Inheritance
-
MediaStreamingSubscriptionState
- Attributes
- Implements
Constructors
MediaStreamingSubscriptionState(String) |
Initializes a new instance of MediaStreamingSubscriptionState. |
Properties
Active |
active. |
Disabled |
disabled. |
Inactive |
inactive. |
Methods
Equals(MediaStreamingSubscriptionState) |
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(MediaStreamingSubscriptionState, MediaStreamingSubscriptionState) |
Determines if two MediaStreamingSubscriptionState values are the same. |
Implicit(String to MediaStreamingSubscriptionState) |
Converts a string to a MediaStreamingSubscriptionState. |
Inequality(MediaStreamingSubscriptionState, MediaStreamingSubscriptionState) |
Determines if two MediaStreamingSubscriptionState values are not the same. |
Applies to
Azure SDK for .NET