shared
1.32.6
common
shared
/
io.dyte.core.network.models
/
UserPresetSingleTheme
User
Preset
Single
Theme
@
Serializable
data
class
UserPresetSingleTheme
(
var
maxVideoCount
:
Int
?
=
null
,
var
videoFit
:
String
?
=
null
)
Members
Constructors
User
Preset
Single
Theme
Link copied to clipboard
constructor
(
maxVideoCount
:
Int
?
=
null
,
videoFit
:
String
?
=
null
)
Properties
max
Video
Count
Link copied to clipboard
@
SerialName
(
value
=
"maxVideoCount"
)
var
maxVideoCount
:
Int
?
video
Fit
Link copied to clipboard
@
SerialName
(
value
=
"videoFit"
)
var
videoFit
:
String
?