DyteSpotlightGrid
A grid component that renders two lists of participants: pinnedParticipants
and participants
.
- Participants from
pinnedParticipants[]
are rendered inside a larger grid. - Participants from
participants[]
array are rendered in a smaller grid.
<DyteSpotlightGrid
participants={[meeting.self]}
pinnedParticipants={[meeting.self]}
style={{ height: '360px', width: '100%' }}
/>
Props
aspectRatio
Aspect Ratio of participant tile Format: `width:height`
Default
'16:9'
Type
string
config
gap
Gap between participant tiles
Default
8
Type
number
gridSize
Grid size
Default
defaultGridSize
Type
GridSize
iconPack
layout
Grid Layout
Default
'row'
Type
"column" | "row"
meeting
Meeting object
Type
DyteClient
participants
pinnedParticipants
size
Size
Type
"lg" | "md" | "sm" | "xl"
states
States object
Type
States