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

Name Description
RecordingState(String)

Initializes a new instance of RecordingState.

Properties

Name Description
Active

active.

Inactive

inactive.

Methods

Name Description
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

Name Description
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