Valora
API Reference@valora-ai/reactindexInterfaces

ParticipantContextProps

Defined in: packages/react/src/components/participant/ParticipantContext.tsx:4

Extends

  • ProviderProps<ParticipantValue | null>

Properties

value

value: 
  | {
  name?: string;
  identity?: string;
  isLocal?: boolean;
  self?: boolean;
  muted?: boolean;
  speaking?: boolean;
  quality?: ParticipantQuality;
}
  | null;

Defined in: node_modules/@types/react/index.d.ts:545

Inherited from

React.ProviderProps.value

children?

optional children?: ReactNode;

Defined in: node_modules/@types/react/index.d.ts:546

Inherited from

React.ProviderProps.children

On this page

Valora is local-first

No API key, no server — everything in this doc runs on-device.

Star on GitHub