RecordingChannel Struct

Definition

Defines 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

Name Description
RecordingChannel(String)

Initializes a new instance of RecordingChannel.

Properties

Name Description
Mixed

mixed.

Unmixed

unmixed.

Methods

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

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