RecordingChannel Struct

Definition

The channel type of call recording.

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

Constructors

RecordingChannel(String)

Initializes a new instance of RecordingChannel.

Properties

Mixed

mixed.

Unmixed

unmixed.

Methods

Equals(RecordingChannel)

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

Determines if two RecordingChannel values are the same.

Implicit(String to RecordingChannel)

Converts a string to a RecordingChannel.

Inequality(RecordingChannel, RecordingChannel)

Determines if two RecordingChannel values are not the same.

Applies to