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
(Optional)
(Optional)
(Optional)
(Optional)
(Optional)