VideoTrack
The VideoTrack component is responsible for rendering participant video tracks like camera and screen_share. This component must have access to the participant's context, or alternatively pass it a Participant as a property.
Import
import { VideoTrack } from "@livekit/components-react";
Usage
<VideoTrack trackRef={trackRef} />
Properties
manageSubscriptionboolean(Optional)
onSubscriptionStatusChanged(subscribed: boolean) => void(Optional)
onTrackClick(evt: ParticipantClickEvent) => void(Optional)
trackRefTrackReference(Optional) The track reference of the track to render.