CustomAvatarOptions type
Options that can be injected into the onRender function for customizing an
Avatar (Persona) component.
type CustomAvatarOptions = {
coinSize?: number
hidePersonaDetails?: boolean
initialsTextColor?: string
noVideoAvailableAriaLabel?: string
participantState?: ParticipantState
presence?: PersonaPresence
showUnknownPersonaCoin?: boolean
size?: PersonaSize
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>
text?: string
}