Skip to main content
IntroductionBuild AgentsAgent FrontendsTelephonyWebRTC TransportManage & DeployReferences
GitHub

Source

useParticipantAttributes

Import

import { useParticipantAttributes } from "@livekit/components-react";

Properties

props.participantParticipant

Returns

{
attributes: Readonly<Record<string, string>> | undefined;
}