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.valuechildren?
optional children?: ReactNode;Defined in: node_modules/@types/react/index.d.ts:546
Inherited from
React.ProviderProps.children