Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Daily React
Returns a local participant object.
useLocalParticipant() : Object
import { useLocalParticipant } from '@daily-co/daily-react'; export const UseLocalParticipantDemo = () => { const localParticipant = useLocalParticipant(); return <div>Hello, {localParticipant?.user_name}</div>; };