Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 769 Bytes

LocalAvatar.md

File metadata and controls

18 lines (12 loc) · 769 Bytes

LocalAvatar

The LocalAvatar component is responsible for displaying an avatar of the local participant.

Props

Name Type Default Description
username? string - The user name. This prop is supported even if the local participant does not exist.
...AvatarProps? Partial(AvatarProps) - Props that will be passed to the root of the element.

Examples

React

return <LocalAvatar username="John Doe" />;