Class RecordingStateResult

java.lang.Object
com.azure.communication.callautomation.models.RecordingStateResult

public final class RecordingStateResult extends Object
The response payload of start call recording operation.
  • Constructor Details

    • RecordingStateResult

      public RecordingStateResult()
      Public constructor.
  • Method Details

    • getRecordingId

      public String getRecordingId()
      Get the recordingId property: The recording id of the started recording.
      Returns:
      the recordingId value.
    • getRecordingState

      public RecordingState getRecordingState()
      Get the RecordingState property: The recording status of the recording.
      Returns:
      the recordingState value.