DyteAvatar
Avatar component which renders a participant's image or their initials.
<Row>
<DyteAvatar size="sm" />
<DyteAvatar size="md" participant={meeting.self} />
<DyteAvatar size="lg" />
</Row>
Props
iconPack
participant
Participant object
Type
DyteParticipant | DyteSelf
size
Size
Type
"lg" | "md" | "sm" | "xl"
t
variant
Avatar type
Default
'circular'
Type
"circular" | "hexagon" | "square"