DyteAvatarView
Avatar component which renders a participant's image or their initials.
DyteAvatarView(participant: dyteMeetingParticipant)
And to setup DyteAvatarView inside your iOS code use as follow:
val dyteAvatarView = DyteAvatarView(participant: dyteMeetingParticipant)
self.dyteAvatarView.set(participant: dyteMeetingParticipant)
self.dyteAvatarView.refresh()