Android SDK 100ms
lib
/
live.hms.video.signal.init
/
HMSRoomLayout
/
HMSRoomLayoutData
/
Screens
/
Conferencing
/
Default
/
Elements
/
VideoTileLayout
Video
Tile
Layout
data
class
VideoTileLayout
(
val
grid
:
HMSRoomLayout.HMSRoomLayoutData.Screens.Conferencing.Default.Elements.VideoTileLayout.Grid
?
)
Types
Constructors
Properties
Constructors
Video
Tile
Layout
Link copied to clipboard
fun
VideoTileLayout
(
grid
:
HMSRoomLayout.HMSRoomLayoutData.Screens.Conferencing.Default.Elements.VideoTileLayout.Grid
?
)
Types
Grid
Link copied to clipboard
data
class
Grid
(
val
enableLocalTileInset
:
Boolean
?
,
val
enableSpotlightingPeer
:
Boolean
?
,
val
prominentRoles
:
List
<
Any
?
>
?
)
Properties
grid
Link copied to clipboard
@
SerializedName
(
value
=
"grid"
)
val
grid
:
HMSRoomLayout.HMSRoomLayoutData.Screens.Conferencing.Default.Elements.VideoTileLayout.Grid
?