CallRecordingState 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 state of the recording.
public readonly struct CallRecordingState : IEquatable<Azure.Communication.CallingServer.CallRecordingState>
type CallRecordingState = struct
Public Structure CallRecordingState
Implements IEquatable(Of CallRecordingState)
- Inheritance
-
CallRecordingState
- Implements
Constructors
CallRecordingState(String) |
Initializes a new instance of CallRecordingState. |
Properties
Active |
active. |
Inactive |
inactive. |
Methods
Equals(CallRecordingState) |
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(CallRecordingState, CallRecordingState) |
Determines if two CallRecordingState values are the same. |
Implicit(String to CallRecordingState) |
Converts a string to a CallRecordingState. |
Inequality(CallRecordingState, CallRecordingState) |
Determines if two CallRecordingState values are not the same. |
Applies to
Azure SDK for .NET