Package com.vonage.client.meetings
Class RecordingOptions.Builder
java.lang.Object
com.vonage.client.meetings.RecordingOptions.Builder
- Enclosing class:
RecordingOptions
-
Method Summary
Modifier and TypeMethodDescriptionautoRecord(boolean autoRecord) build()Builds the RecordingOptions.recordOnlyOwner(boolean recordOnlyOwner)
-
Method Details
-
autoRecord
- Parameters:
autoRecord- Automatically record all sessions in this room. Recording cannot be stopped when this is set to true.- Returns:
- This builder.
-
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.
-