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

Latest commit

 

History

History
18 lines (12 loc) · 649 Bytes

ParticipantName.md

File metadata and controls

18 lines (12 loc) · 649 Bytes

ParticipantName

The ParticipantName component is responsible for displaying a remote participant's name in the ParticipantGrid component.

Props

Name Type Default Description
participant Participant - The object of the selected participant.
...PillProps? Partial(PillProps) - Props that will be passed to the root element.

Examples

React

return <ParticipantName participant={participant} />;