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?
boolean
(Optional)
onParticipantClick?
(event: ParticipantClickEvent) => void
(Optional)
trackRef?
TrackReferenceOrPlaceholder
(Optional) The track reference to display.