Class RecordingOptions.Builder

java.lang.Object
com.vonage.client.meetings.RecordingOptions.Builder
Enclosing class:
RecordingOptions

public static class RecordingOptions.Builder extends Object
  • Method Details

    • autoRecord

      public RecordingOptions.Builder autoRecord(boolean autoRecord)
      Parameters:
      autoRecord - Automatically record all sessions in this room. Recording cannot be stopped when this is set to true.
      Returns:
      This builder.
    • recordOnlyOwner

      public RecordingOptions.Builder recordOnlyOwner(boolean recordOnlyOwner)
      Parameters:
      recordOnlyOwner - Record only the owner screen or any share screen of the video.
      Returns:
      This builder.
    • build

      Builds the RecordingOptions.
      Returns:
      An instance of RecordingOptions, populated with all fields from this builder.