ParticipantAudioTile
The ParticipantAudioTile component is the base utility wrapper for displaying a visual representation of a participant. This component can be used as a child of the TileLoop or independently if a participant is passed as a property.
Import
import { ParticipantAudioTile } from "@livekit/components-react";
Usage
<ParticipantAudioTile />
Properties
disableSpeakingIndicator
booleanOptional(Optional)
onParticipantClick
(event: ParticipantClickEvent) => voidOptional(Optional)
trackRef
TrackReferenceOrPlaceholderOptional(Optional) The track reference to display.