RecordingKind 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 RecordingKind.
public readonly struct RecordingKind : IEquatable<Azure.Communication.CallAutomation.RecordingKind>
type RecordingKind = struct
Public Structure RecordingKind
Implements IEquatable(Of RecordingKind)
- Inheritance
-
RecordingKind
- Implements
Constructors
RecordingKind(String) |
Initializes a new instance of RecordingKind. |
Properties
AzureCommunicationServices |
Recording initiated by Azure Communication Services. |
Teams |
Recording initiated by Teams user. |
TeamsCompliance |
Recording initiated by Teams compliance policy. |
Methods
Equals(RecordingKind) |
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(RecordingKind, RecordingKind) |
Determines if two RecordingKind values are the same. |
Implicit(String to RecordingKind) |
Converts a string to a RecordingKind. |
Inequality(RecordingKind, RecordingKind) |
Determines if two RecordingKind values are not the same. |
Applies to
Azure SDK for .NET