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

Latest commit

 

History

History
20 lines (14 loc) · 1.2 KB

ParticipantsGrid.md

File metadata and controls

20 lines (14 loc) · 1.2 KB

ParticipantsGrid

The ParticipantsGrid component is responsible for displaying video streams of active participants in a grid tile layout.

Props

Name Type Default Description
localText string - The preferred text to display next to the local participant's video tile, for example, "You".
localParticipant? boolean true Information whether the local participant should be rendered in the layout.
testID ? string - The unique E2E test handler.
additionalContainerStyle? React.CSSProperties - Additional styles for VideoGrid wrapper

Examples

React

return <ParticipantsGrid localText="you" testID="ParticipantsGrid" />;