LiveKit LogoDocs
Real-timeEgress/IngressCloudReference

ParticipantTile

The ParticipantTile component is the base utility wrapper for displaying a visual representation of a participant. This component can be used as a child of the TrackLoop component or by spreading a track reference as properties.

Import

import { ParticipantTile } from '@livekit/components-react';

Usage

<ParticipantTile source={Track.Source.Camera} />
<ParticipantTile {...trackReference} />

Properties

#
disableSpeakingIndicator?boolean

(Optional)

#
onParticipantClick?(event: ParticipantClickEvent) => void

(Optional)

#
participant?Participant

(Optional)

#
publication?TrackPublication

(Optional)

#
source?Track.Source

(Optional)

On this page

ImportUsageProperties

Previous

Chevron IconParticipantName
LiveKit logo

Product

SFU

SDKs

Performance

Deployment

GitHub Logo