Class CallRecordingProperties

java.lang.Object
com.azure.communication.callingserver.models.CallRecordingProperties

public final class CallRecordingProperties extends Object
The result payload of get call recording state operation.
  • Constructor Details

    • CallRecordingProperties

      public CallRecordingProperties(CallRecordingState recordingState)
      Initializes a new instance of CallRecordingStateResult.
      Parameters:
      recordingState - the recordingState value.
  • Method Details

    • getRecordingState

      public CallRecordingState getRecordingState()
      Get the recordingState property: The state of the recording.
      Returns:
      the recordingState value.