useLocalParticipant
The useLocalParticipant hook the state of the local participant.
Import
import { useLocalParticipant } from '@livekit/components-react';
Parameters
Returns
{isMicrophoneEnabled: boolean;isScreenShareEnabled: boolean;isCameraEnabled: boolean;microphoneTrack: TrackPublication | undefined;cameraTrack: TrackPublication | undefined;lastMicrophoneError: Error | undefined;lastCameraError: Error | undefined;localParticipant: LocalParticipant;}