useParticipantInfo
Import
import { useParticipantInfo } from '@livekit/components-react';
Parameters
Returns
{identity: string;name: string | undefined;metadata: string | undefined;}
import { useParticipantInfo } from '@livekit/components-react';
{identity: string;name: string | undefined;metadata: string | undefined;}
Previous
useParticipantContextUp Next
useParticipantPermissions