PrepopulateUserMediaParameters class abstract

Parameters for the prepopulateUserMedia function, implementing multiple interfaces to support flexible and detailed media grid configurations for participants.

Implemented types
Implementers

Constructors

PrepopulateUserMediaParameters.new()

Properties

adminOnMainScreen → bool
no setter
allVideoStreams → List<Stream>
no setter
annotateScreenStream → bool
no setter
appliedBackground → bool
Whether a virtual background has been applied
no setterinherited
audioAlreadyOn → bool
no setter
audioDecibels → List<AudioDecibels>
no setterinherited
checkOrientation → String Function()
no setter
coHost → String
no setterinherited
coHostResponsibility → List<CoHostResponsibility>
no setterinherited
customAudioCard → AudioCardType?
no setter
customMiniCard → MiniCardType?
no setter
customVideoCard → VideoCardType?
no setter
eventType → EventType
no setteroverride
forceFullDisplay → bool
no setter
getUpdatedAllParams → PrepopulateUserMediaParameters Function()
no setteroverride
hashCode → int
The hash code for this object.
no setterinherited
isDarkModeValue → bool
no setter
islevel → String
no setteroverride
isWideScreen → bool
no setter
keepBackground → bool
no setter
liveSubtitles → ValueListenable<Map<String, LiveSubtitle>>
Per-speaker live subtitle data: Map&lt;speakerId, LiveSubtitle&gt;
no setter
localStreamScreen → MediaStream?
no setter
localStreamVideo → MediaStream?
The local video stream (needed for BackgroundVideoDisplay)
no setteroverride
localUIMode → bool
no setter
mainHeightWidth → double
no setter
mainScreenFilled → bool
no setter
mainScreenPerson → String
no setter
member → String
no setteroverride
oldAllStreams → List<Stream>
no setter
participants → List<Participant>
no setteroverride
remoteScreenStream → List<Stream>
no setter
roomName → String
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
screenForceFullDisplay → bool
no setter
screenId → String?
no setter
shared → bool
no setter
shareScreenStarted → 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
updateAdminOnMainScreen → void Function(bool)
no setter
updateMainGridStream → void Function(List<Widget>)
no setter
updateMainHeightWidth → void Function(double)
no setter
updateMainScreenFilled → void Function(bool)
no setter
updateMainScreenPerson → void Function(String)
no setter
updateMainWindow → bool
no setter
updateScreenForceFullDisplay → void Function(bool)
no setter
updateUpdateMainWindow → void Function(bool)
no setter
videoAlreadyOn → bool
no setter
virtualStream → MediaStream?
no setter
whiteboardEnded → bool
no setter
whiteboardStarted → bool
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