PresetBackgrounds class

Default preset backgrounds available in the SDK.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Properties

all List<VirtualBackground>
Get all default preset backgrounds
no setter
blurs List<VirtualBackground>
Get blur presets only
no setter
colors List<VirtualBackground>
Get color presets only
no setter
images List<VirtualBackground>
Get default image presets from MediaSFU
no setter

Static Methods

getFullUrl(String imageName) String
Get full resolution URL for an image
getImageForResolution(String imageName, String targetResolution) VirtualBackground
Get an image preset with appropriate resolution based on target
getLargeUrl(String imageName) String
Get large resolution URL for an image
getSmallUrl(String imageName) String
Get small resolution URL for an image
getThumbnailUrl(String imageName) String
Get thumbnail URL for an image