shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.model
/
VirtualBackground
/
VirtualBackground
Virtual
Background
constructor
(
id
:
String
,
type
:
BackgroundType
,
name
:
String
,
thumbnailUrl
:
String
?
=
null
,
imageUrl
:
String
?
=
null
,
imageBytes
:
ByteArray
?
=
null
,
color
:
Color
?
=
null
,
blurIntensity
:
Float
=
0.5f
,
videoUrl
:
String
?
=
null
,
isPreset
:
Boolean
=
false
,
isSelected
:
Boolean
=
false
)