Class RecordingOptions

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.RecordingOptions
All Implemented Interfaces:
Jsonable

  • Constructor Details

  • Method Details

    • getAutoRecord

      Automatically record all sessions in this room. Recording cannot be stopped when this is set to true.
      Returns:
      Whether all sessions are automatically recorded, or null if unknown.
    • getRecordOnlyOwner

      Record only the owner screen or any share screen of the video.
      Returns:
      Whether only the owner screen is recorded, or null if unknown.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.