RecordingState Struct

Definition

The RecordingState.

public readonly struct RecordingState : IEquatable<Azure.Communication.CallAutomation.RecordingState>
type RecordingState = struct
Public Structure RecordingState
Implements IEquatable(Of RecordingState)
Inheritance
RecordingState
Implements

Constructors

RecordingState(String)

Initializes a new instance of RecordingState.

Properties

Active

active.

Inactive

inactive.

Methods

Equals(RecordingState)

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(RecordingState, RecordingState)

Determines if two RecordingState values are the same.

Implicit(String to RecordingState)

Converts a string to a RecordingState.

Inequality(RecordingState, RecordingState)

Determines if two RecordingState values are not the same.

Applies to