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
disableSpeakingIndicatorboolean(Optional)
onParticipantClick(event: ParticipantClickEvent) => void(Optional)
trackRefTrackReferenceOrPlaceholder(Optional) The track reference to display.