OptionalinitialsParticipant initials to display when no image is available (e.g., "AB" for "Alice Brown"). Used as fallback when imageSource is not provided.
OptionalfontFont size for the initials text
OptionalcustomCustom React Native styles for the card container
OptionalimageURI or URL of the participant's avatar image
OptionalroundedWhether to display image with rounded corners
OptionalimageCustom React Native styles for the image element
Status Icons:
OptionalshowWhether to display video status icon overlay
OptionalshowWhether to display audio status icon overlay
Styling Properties:
OptionalnameFull name of the participant (may be used for accessibility or tooltips)
Image Properties:
OptionalcustomCustom render function for complete card replacement. When provided, this function receives all MiniCardOptions and returns custom JSX.Element. This allows full control over the mini card's appearance and behavior.
Advanced Render Overrides:
OptionalparametersAdditional parameters that can be passed to custom components
OptionalstyleAdditional style object for the container
Custom UI Override:
OptionalrenderFunction to wrap or replace the default card content while preserving container
OptionalrenderFunction to wrap or replace the entire card container
Additional Parameters:
Interface defining the props for the MiniCard component.
MiniCard is a compact display component for showing participant avatars/initials with optional media status icons in grid layouts or sidebar views.
MiniCardOptions
Display Properties: