GitHub

Source

useParticipantInfo

Import

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

Properties

props?UseParticipantInfoOptions

Returns

{
identity: string;
name: string | undefined;
metadata: string | undefined;
}