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) · 773 Bytes

ParticipantQualityIndicator.md

File metadata and controls

18 lines (12 loc) · 773 Bytes

ParticipantQualityIndicator

The ParticipantQualityIndicator component is responsible for displaying connection quality indicators of remote participants.

Props

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

Examples

React

return <ParticipantQualityIndicator participant={participant} />;