RecordingChannel 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.
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
Azure SDK for .NET