Class RecordingStateChanged

java.lang.Object
com.azure.communication.callautomation.models.events.CallAutomationEventBase
com.azure.communication.callautomation.models.events.RecordingStateChanged

public final class RecordingStateChanged extends CallAutomationEventBase
The RecordingStateChanged model.
  • Method Details

    • getRecordingId

      public String getRecordingId()
      Get the recordingId property: Recording Id.
      Returns:
      the recordingId value.
    • getRecordingState

      public RecordingState getRecordingState()
      Get the recordingState property: Recording State.
      Returns:
      the recordingState value.
    • getStartDateTime

      public OffsetDateTime getStartDateTime()
      Get the startDateTime property: Start Date time.
      Returns:
      the startDateTime value.