Class StartRecordingOptions

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

public final class StartRecordingOptions extends Object
Defines values for RecordingFormatType.
  • Constructor Details

    • StartRecordingOptions

      public StartRecordingOptions()
  • Method Details

    • getRecordingContent

      public RecordingContent getRecordingContent()
      Get the recordingContent property: Optional, audioVideo by default.
      Returns:
      the recordingContent value.
    • setRecordingContent

      public StartRecordingOptions setRecordingContent(RecordingContent recordingContent)
      Set the recordingContent property: Optional, audioVideo by default.
      Parameters:
      recordingContent - the recordingContent value to set.
      Returns:
      the StartCallRecordingRequest object itself.
    • getRecordingChannel

      public RecordingChannel getRecordingChannel()
      Get the recordingChannel property: Optional, mixed by default.
      Returns:
      the recordingChannel value.
    • setRecordingChannel

      public StartRecordingOptions setRecordingChannel(RecordingChannel recordingChannel)
      Set the recordingChannel property: Optional, mixed by default.
      Parameters:
      recordingChannel - the recordingChannel value to set.
      Returns:
      the StartCallRecordingRequest object itself.
    • getRecordingFormat

      public RecordingFormat getRecordingFormat()
      Get the recordingFormat property: Optional, mp4 by default.
      Returns:
      the recordingFormat value.
    • setRecordingFormat

      public StartRecordingOptions setRecordingFormat(RecordingFormat recordingFormat)
      Set the recordingFormat property: Optional, mp4 by default.
      Parameters:
      recordingFormat - the recordingFormat value to set.
      Returns:
      the StartCallRecordingRequest object itself.