CustomAvatarOptions type
Параметры, которые можно внедрить в функцию onRender для настройки компонента Аватара (Persona) .
type CustomAvatarOptions = {
coinSize?: number
hidePersonaDetails?: boolean
initialsTextColor?: string
noVideoAvailableAriaLabel?: string
participantState?: ParticipantState
presence?: PersonaPresence
showUnknownPersonaCoin?: boolean
size?: PersonaSize
styles?: IStyleFunctionOrObject<IPersonaStyleProps, IPersonaStyles>
text?: string
}