useParticipantAttributes
Import
import { useParticipantAttributes } from "@livekit/components-react";
Properties
props.participant
ParticipantOptionalReturns
{attributes: Readonly<Record<string, string>> | undefined;}
Source
import { useParticipantAttributes } from "@livekit/components-react";
{attributes: Readonly<Record<string, string>> | undefined;}