AddVideosGridParameters class abstract

Parameters for adding videos to the grid, extending functionality from update mini-cards and audio card parameters.

This class defines the necessary parameters required to manage the addition of participant video, audio, and mini-cards to the video grid, incorporating audio and video display options.

Implemented types
Implementers

Constructors

AddVideosGridParameters.new()

Properties

appliedBackground → bool
Whether a virtual background has been applied
no setterinherited
audioDecibels → List<AudioDecibels>
no setterinherited
coHost → String
no setterinherited
coHostResponsibility → List<CoHostResponsibility>
no setterinherited
componentSizes → ComponentSizes
no setterinherited
customAudioCard → AudioCardType?
no setter
customMiniCard → MiniCardType?
no setter
customVideoCard → VideoCardType?
no setter
doPaginate → bool
no setterinherited
eventType → EventType
no setteroverride
forceFullDisplay → bool
no setter
getUpdatedAllParams → AddVideosGridParameters Function()
no setteroverride
gridSizes → GridSizes
no setterinherited
hashCode → int
The hash code for this object.
no setterinherited
isDarkModeValue → bool
no setter
islevel → String
no setteroverride
keepBackground → bool
no setter
liveSubtitles → ValueListenable<Map<String, LiveSubtitle>>
Per-speaker live subtitle data: Map<speakerId, LiveSubtitle>
no setter
localStreamVideo → MediaStream?
The local video stream (needed for BackgroundVideoDisplay)
no setteroverride
member → String
no setteroverride
otherGridStreams → List<List<Widget>>
no setter
paginationDirection → String
no setterinherited
paginationHeightWidth → double
no setterinherited
participants → List<Participant>
no setterinherited
refParticipants → List<Participant>
no setter
roomName → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
selfViewForceFull → bool
no setter
showAlert → ShowAlert?
no setterinherited
showSubtitlesOnCards → bool
Whether to show subtitles on video cards
no setter
showSubtitlesOnCardsNotifier → ValueListenable<bool>?
Reactive notifier for whether to show subtitles on cards
no setter
socket → Socket?
no setterinherited
updateAddAltGrid → UpdateAddAltGrid
no setter
updateAltGridCols → void Function(int)
no setterinherited
updateAltGridRows → void Function(int)
no setterinherited
updateGridCols → void Function(int)
no setterinherited
updateGridRows → void Function(int)
no setterinherited
updateGridSizes → void Function(GridSizes)
no setterinherited
updateMiniCardsGrid → UpdateMiniCardsGridType
no setter
updateOtherGridStreams → UpdateOtherGridStreams
no setter
updateSelfViewForceFull → void Function(bool)
no setter
videoAlreadyOn → bool
no setter
virtualStream → MediaStream?
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