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

Latest commit

 

History

History
17 lines (11 loc) · 626 Bytes

LocalQualityIndicator.md

File metadata and controls

17 lines (11 loc) · 626 Bytes

LocalQualityIndicator

The LocalQualityIndicator component is responsible for displaying the local participant's connection quality indicator.

Props

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

Examples

React

return <LocalQualityIndicator />;