useParticipantInfo
Import
import { useParticipantInfo } from "@livekit/components-react";
Properties
props.participant
ParticipantOptionalReturns
{identity: string | undefined;name: string | undefined;metadata: string | undefined;}