ConfirmRecordingParameters class abstract

Class for recording parameters used in confirming recording settings.

Implementers

Constructors

ConfirmRecordingParameters.new()

Properties

breakOutRoomEnded → bool
no setter
breakOutRoomStarted → bool
no setter
eventType → EventType
no setter
getUpdatedAllParams → ConfirmRecordingParameters Function()
no setter
hashCode → int
The hash code for this object.
no setterinherited
meetingDisplayType → String
no setter
meetingVideoOptimized → bool
no setter
recordingAddHLS → bool
no setter
recordingAddText → bool
no setter
recordingAllParticipantsFullRoomSupport → bool
no setter
recordingAllParticipantsSupport → bool
no setter
recordingAudioOptions → String
no setter
recordingBackgroundColor → String
no setter
recordingCustomText → String
no setter
recordingCustomTextColor → String
no setter
recordingCustomTextPosition → String
no setter
recordingDisplayType → String
no setter
recordingMediaOptions → String
no setter
recordingMultiFormatsSupport → bool
no setter
recordingNameTags → bool
no setter
recordingNameTagsColor → String
no setter
recordingOrientationVideo → String
no setter
recordingPreferredOrientation → String
no setter
recordingSupportForOtherOrientation → bool
no setter
recordingVideoOptimized → bool
no setter
recordingVideoOptions → String
no setter
recordingVideoParticipantsFullRoomSupport → bool
no setter
recordingVideoParticipantsSupport → bool
no setter
recordingVideoType → String
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
showAlert → ShowAlert?
no setter
updateConfirmedToRecord → void Function(bool confirmed)
no setter
updateRecordingDisplayType → void Function(String displayType)
no setter
updateRecordingVideoOptimized → void Function(bool optimized)
no setter
updateUserRecordingParams → void Function(UserRecordingParams params)
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited